9 lines
78 B
Standard ML
Executable file
9 lines
78 B
Standard ML
Executable file
#!/usr/bin/env fun
|
|
|
|
/*
|
|
* Have, fun!
|
|
*/
|
|
|
|
print("Have fun!")
|
|
|
|
// Bye, no fun!
|