Skip to content

Instantly share code, notes, and snippets.

@Wonicon
Created November 4, 2015 08:03
Show Gist options
  • Save Wonicon/87504344749474a53297 to your computer and use it in GitHub Desktop.
Save Wonicon/87504344749474a53297 to your computer and use it in GitHub Desktop.
funny c
void foo()
{
if (1) {
1;
} else if (2) {
2;
} else while (3) {
3;
} else for (;;) {
4;
} else do {
5;
} while (5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment