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