9 lines
84 B
Standard ML
Executable file
9 lines
84 B
Standard ML
Executable file
#!/usr/bin/env fun
|
|
|
|
/*
|
|
* Hello, world!
|
|
*/
|
|
|
|
print("Hello, world!")
|
|
|
|
// Bye, world!
|