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