Kei Huynh

29
reputation
5

Just a developer

function startMyDay() {
    work();
    eat();
    workOut();
    learnNewThings();
    sleep();
}