RosettaCodeData/Task/Hello-world-Text/OOC/hello-world-text-2.ooc
2015-11-18 06:14:39 +00:00

3 lines
41 B
Text

main: func {
println("Hello world!")
}