Kamran KB

146
reputation
3
15
if(exhaust) { 
   travel();
} else {
   eat();
   work();
   hustle();
   sleep();
}