Skip to content

Instantly share code, notes, and snippets.

@acceptable-security
Created December 29, 2015 03:56
Show Gist options
  • Save acceptable-security/f1d4a3bb51d6f9579c52 to your computer and use it in GitHub Desktop.
Save acceptable-security/f1d4a3bb51d6f9579c52 to your computer and use it in GitHub Desktop.
fn _main() : int {
var ayy : int = 2;
if ( ayy == 2 ) {
if ( ayy < 4 ) {
ayy = 0;
}
}
return ayy;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment