Skip to content

Instantly share code, notes, and snippets.

@unel
Created September 26, 2017 14:54
Show Gist options
  • Save unel/e863aec3aeeebd5d7d9871e5adc93cc5 to your computer and use it in GitHub Desktop.
Save unel/e863aec3aeeebd5d7d9871e5adc93cc5 to your computer and use it in GitHub Desktop.
// this:
if (access_granted):
send_declaration_of_war()
launch_nuclear_missiles()
// or this:
if (access_granted):
send_declaration_of_war()
launch_nuclear_missiles()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment