Fengyi Li

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