3
th4t
7y

My life:

Int main(nothing){

while(1){

drink(beer);
code(c);
sleep(the_next_time);

}
return 0;
}

/* compile error -infinite loop found- */

Comments
Add Comment