Sean Patterson

Biography

// Bio
for (;;) {
    coffee();
    work();
    learn();
    cook();
    if (weekend) {
        relax();
    play();
    }
    await sleep();
}