Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class App : Application
  2. {
  3. void Main()
  4. {
  5. bool snow = false;
  6. printf("%d\n", ((snow * -2) - 10) * 3 / 4);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement