1
0
Fork 0
forked from fun/fun
fun/examples/hello_world.fun

5 lines
67 B
Standard ML
Executable file

#!/usr/bin/env fun
fun hello_world() {
print("Hello, world!")
}