Files
hello-world/o/ooc.ooc
2011-05-31 17:46:18 -04:00

5 lines
44 B
Plaintext

main: func {
"Hello World" println()
}