Files
hello-world/j/jai.jai
2018-08-22 01:37:32 -03:00

7 lines
54 B
Plaintext
Executable File

#import "Print"
main::(){
print("hello world!");
}