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

4 lines
49 B
Plaintext

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