1
0
Fork 0
forked from fun/fun
fun/history/0.2.0-shebang-comments-strings-integers-booleans-identifiers-simple-assignments-globals-print.fun

9 lines
84 B
Standard ML
Executable file

#!/usr/bin/env fun
/*
* Hello, world!
*/
print("Hello, world!")
// Bye, world!