Files
hello-world/s/standard-ml.sml

4 lines
47 B
Standard ML

fun hello() = print("Hello World\n");
hello()