Jonas.S.

155
reputation
1
4
14
While (alive)
{
day++;
me.eat(1h);
me.code(20h);
me.eat(1h);
me.sleep(2h);
}