Files
hello-world/s/standard-ml.sml
2018-08-22 01:37:32 -03:00

4 lines
48 B
Standard ML
Executable File

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