11

Life can be simplified with code. We're all running on an infinite loop. Eventually, we come across an unexpected bug and crash.

Comments
  • 3
    There are lots of warnings along the way we just ignore them and eventually there's a fatal error!
  • 1
    I thought it was something more like
    while (true){
    bool dead=false;
    ...
    if(dead) break;
    }
Add Comment