4 lines
48 B
Standard ML
Executable File
4 lines
48 B
Standard ML
Executable File
fun hello() = print("Hello world!\n");
|
|
|
|
hello()
|