Makecode memes

my phone background

while (Alive) {
    eat();
    sleep();
    code();
    if (isWeekend()) {
        takeBreak();
    }
}
17 Likes