7 lines
70 B
Standard ML
Executable file
7 lines
70 B
Standard ML
Executable file
#!/usr/bin/env fun
|
|
|
|
/*
|
|
* Have fun! in Fun
|
|
*/
|
|
|
|
print("Hello, fun!")
|