This commit is contained in:
2026-04-10 12:15:02 +10:00
parent 3a24fbf6e1
commit 211744535e

View File

@@ -1 +1,6 @@
print "Hello world";
print "Hello world";
var answer = 42;
var question = 69;
print answer + question;