MrDeibl

157
reputation
1
10
while (me.alive) {
    me.eat()
    me.sleep();
    me.code();
}