2014-02-22 17:53:14 -05:00

3 lines
47 B
Standard ML

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