Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[90 / 28 / ?]

ID:144xIh8Q No.6567981 View ViewReplyOriginalReport
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