RosettaCodeData/Task/Hello-world-Text/KonsolScript/hello-world-text.konsol

4 lines
49 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
function main() {
2015-11-18 06:14:39 +00:00
Konsol:Log("Hello world!")
2013-04-10 21:29:02 -07:00
}