Initial commit

This commit is contained in:
2025-05-10 21:28:56 +10:00
commit a782c09f91
24 changed files with 2129 additions and 0 deletions

5
examples/password.io Normal file
View File

@@ -0,0 +1,5 @@
print "Enter your password: ";
let str passwdInput input;
if passwdInput == "dingus" {
println "Thank you for entering the right password.";
}