Guest User

RapistChecker.nim

a guest
Jun 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.17 KB | None | 0 0
  1. echo "Are you a rapist?"
  2. var resp: string = readLine(stdin)
  3. if resp == "yes":
  4.     echo "I hate rapists, you're going to jail >:("
  5. elif resp == "no":
  6.     echo "Carry on chap"
Advertisement
Add Comment
Please, Sign In to add comment