2014-02-23 18:21:37 -05:00

4 lines
48 B
Standard ML

fun hello() = print("Hello world!\n");
hello()