6 lines
147 B
Io
6 lines
147 B
Io
|
print "Enter your password: ";
|
||
|
let str passwdInput input;
|
||
|
if passwdInput == "dingus" {
|
||
|
println "Thank you for entering the right password.";
|
||
|
}
|