5 lines
67 B
Standard ML
Executable file
5 lines
67 B
Standard ML
Executable file
#!/usr/bin/env fun
|
|
|
|
fun hello_world() {
|
|
print("Hello, world!")
|
|
}
|