1
0
Fork 0
forked from fun/fun
fun/play.fun

10 lines
132 B
Standard ML
Raw Normal View History

#!/usr/bin/env fun
print("Yay, the playground for having fun... ;)")
number n = 10
print(n)
string s = "Hello, world!"
print(s)
2025-09-14 03:22:22 +02:00