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