Name: Anonymous 2009-07-16 18:36
while(true){
for(int i=0;i<5;i++){
waitForWakeUp();
doMorningRoutine();
eat();
commute(WORK);
work();
eat();
work();
commute(HOME);
eat();
fuckAround();
fap();
sleep();
}
for(int i=0;i<2;i++){
eat();
fuckAround();
eat();
fuckAround();
eat();
fuckAround();
fap();
sleep();
}
week++;
if(week%2==0){
money+=PAY_CHECK;
}
}