Comment on Ask HN: How to piss off a programmer?Comments−tsukikage10y#define float int#define while if#define else#define free(x) ;#define assert(x) (x && rand())−joezydeco10yMight want to check this out:https://gist.github.com/aras-p/6224951
Comments
#define float int
#define while if
#define else
#define free(x) ;
#define assert(x) (x && rand())
Might want to check this out:
https://gist.github.com/aras-p/6224951