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