9 lines
131 B
Standard ML
Executable file
9 lines
131 B
Standard ML
Executable file
#!/usr/bin/env fun
|
|
|
|
print("Yay, the playground for having fun... ;)")
|
|
|
|
number n = 10
|
|
print(n)
|
|
|
|
string s = "Hello, world!"
|
|
print(s)
|