5 lines
127 B
Text
5 lines
127 B
Text
# this is program for hello world in krypton
|
|
# checkout my language on github.com/rish246/KryptonLang
|
|
|
|
print("Hello World!");
|
|
|