RosettaCodeData/Task/Hello-world-Text/KonsolScript/hello-world-text.konsol
2023-07-01 13:44:08 -04:00

3 lines
49 B
Text

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