fn main() {
    loop { // loop is so much simpler than while true
        school();
        bored();
        sleep();
    }
}


the existence of life