4 lines
47 B
Standard ML
Executable File
4 lines
47 B
Standard ML
Executable File
fun hello() = print("Hello World\n");
|
|
|
|
hello()
|