PROJET AUTOBLOG


Links

source: Links

⇐ retour index

Things to commit just before leaving your job · GitHub

mercredi 19 août 2015 à 14:45
Ahahah génial ^_^
Petits trucs qui peuvent faire perdre quelques heures aux futures développeur :
// Randomness based; "works" most of the time.
#define true ((__LINE__&15)!=15)
#define true ((rand()&15)!=15)
#define if(x) if ((x) && (rand() < RAND_MAX * 0.99))
(Permalink)