zettacode.files/hello_world.text/konsolscript.txt in zettacode-0.1.0 vs zettacode.files/hello_world.text/konsolscript.txt in zettacode-0.1.1

- old
+ new

@@ -1,4 +1,4 @@ -D f c. -fuco m() { - K:L("H !") +Displays it in a text file or console/terminal. +function main() { + Konsol:Log("Hello world!") }