Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created March 20, 2017 22:55
Show Gist options
  • Save jerstlouis/dcdf8ac6a0edc28caf527882be099220 to your computer and use it in GitHub Desktop.
Save jerstlouis/dcdf8ac6a0edc28caf527882be099220 to your computer and use it in GitHub Desktop.
class App : Application
{
void Main()
{
bool snow = false;
printf("%d\n", ((snow * -2) - 10) * 3 / 4);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment