3 lines
47 B
Standard ML
Executable file
3 lines
47 B
Standard ML
Executable file
fun hello_world() {
|
|
print("Hello, world!")
|
|
}
|