13
codes
8y

if(night){
sleep(12*60*1000);
}else{
//TODO update when you get a job
sleep(12*60*1000);
}

Comments
Add Comment