RosettaCodeData/Task/Hello-world-Graphical/KonsolScript/hello-world-graphical-1.konsol

4 lines
60 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
function main() {
Konsol:Message("Goodbye, World!", "")
}