Quoted By:
drunken programming
what do you think
int main () {
typedef int bool;
enum { false, true };
while(sad == true && alive == true && bored == false){
drink(alcohol);
if((calcPerMilleAlc()) >= 3){
sniff(cocaine);
sad = false;
if(rand() % 2 == 1){
alive = false;
}
}
}
chancesInLife = 0;
return(chancesInLife);
}
>inb4 functions and variables undeclared