Fengyi Li

46
reputation
4
while (!isDead()) {
    keepOfferingHelp();
    smile();
    eat();
    sleep();
    doSports();
    day++;
}