Jonas.S.

115
reputation
3
12
While (alive)
{
day++;
me.eat(1h);
me.code(20h);
me.eat(1h);
me.sleep(2h);
}