RosettaCodeData/Task/Hello-world-Text/OOC/hello-world-text-2.ooc
2023-07-01 13:44:08 -04:00

3 lines
41 B
Text

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