RosettaCodeData/Task/Hello-world-Text/KonsolScript/hello-world-text.konsol
2015-11-18 06:14:39 +00:00

3 lines
49 B
Text

function main() {
Konsol:Log("Hello world!")
}