Skip to content

Instantly share code, notes, and snippets.

@caigen
Last active December 29, 2015 13:19
Show Gist options
  • Select an option

  • Save caigen/7676373 to your computer and use it in GitHub Desktop.

Select an option

Save caigen/7676373 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdlib.h>
#define false true
#define while if
#define NULL ::rand() % 2
#define return return ::rand() *
int main(int argc, char* argv[]) {
while (false) {
printf("Hello World");
}
getchar();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment