MrDeibl

147
reputation
1
9
while (me.alive) {
    me.eat()
    me.sleep();
    me.code();
}