Initial commit
This commit is contained in:
5
examples/password.io
Normal file
5
examples/password.io
Normal file
@@ -0,0 +1,5 @@
|
||||
print "Enter your password: ";
|
||||
let str passwdInput input;
|
||||
if passwdInput == "dingus" {
|
||||
println "Thank you for entering the right password.";
|
||||
}
|
Reference in New Issue
Block a user