Skip to content

Instantly share code, notes, and snippets.

@EricLarch
Created January 16, 2015 23:36
Show Gist options
  • Save EricLarch/e25ebd7b009977415c8c to your computer and use it in GitHub Desktop.
Save EricLarch/e25ebd7b009977415c8c to your computer and use it in GitHub Desktop.
if (!regular_compare(pin_entered, PIN)) then
fail_attemps++
pause 2**fail_attemps
else
fail_attemps = 0
start_wallet()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment