Files
hello-world/o/ooc.ooc
2018-08-22 01:37:32 -03:00

5 lines
44 B
Plaintext
Executable File

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