Skip to content

Instantly share code, notes, and snippets.

@evgeni
Created August 23, 2011 11:54
Show Gist options
  • Save evgeni/1164932 to your computer and use it in GitHub Desktop.
Save evgeni/1164932 to your computer and use it in GitHub Desktop.
stupid code makes stupid users go moar stupid
#define YOMAMA "#include <burger.h>"
#define swallow(thing) thing
#define YOPAPA(s) int main() { s }
#include <stdio.h>
#define BURGERS "McDonalds"
#define BIG(bigger) "not a "#bigger" burger"
#include <stdlib.h>
#define EATS(burger) swallow(burger)
#define print(string) string
#define VERY(loud) printf("%s", loud);
print(YOPAPA(EATS(VERY(BIG(BURGERS)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment