Skip to content

Instantly share code, notes, and snippets.

@DieHertz
Last active August 29, 2015 13:59
Show Gist options
  • Save DieHertz/10869817 to your computer and use it in GitHub Desktop.
Save DieHertz/10869817 to your computer and use it in GitHub Desktop.
int-plus-int.cpp
#include <iostream>
int main() {
std::cout << 180u - 360 << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment