Skip to content

Instantly share code, notes, and snippets.

@robertseaton
Created March 7, 2012 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertseaton/1990107 to your computer and use it in GitHub Desktop.
Save robertseaton/1990107 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main() {
int kwh, cust, i;
kwh = cust = -1;
if (kwh && cust != -1)
printf("golly, zach's pretentious explanation is accurate.\n");
else
printf("zach is retarded. QED.\n");
}
@robertseaton
Copy link
Author

COMPILER
WHAT SAY YOU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment