5

void day(){
wakeUp();
code();
codeEating();
nap();
code();
sleep(28800);
}

Comments
Add Comment