Skip to content

Instantly share code, notes, and snippets.

@dsturnbull
Created April 8, 2014 02:02
Show Gist options
  • Save dsturnbull/10082638 to your computer and use it in GitHub Desktop.
Save dsturnbull/10082638 to your computer and use it in GitHub Desktop.
10 PRINT "WHAT'S THE PASSWORD?"
20 INPUT, $A
30 IF $A == "DAVID RULZ" THEN GOTO 40 ELSE GOTO 50
40 PRINT "YOU RULE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
50 PRINT "WRONG, TRY AGAIN!"
60 GOTO 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment