67

while (programming)
{
tears++;
}

Comments
  • 7
    @DefiniteGoose error! Missing semicolon!
  • 2
    while ( programming ) {
    if ( at_work ) {
    if ( !coffee )
    sleep(100 - motivation);
    motivation--;
    } else {
    motivation++;
    }

    if ( motivation < 20 ) {
    cout << tears;
    }
    }
  • 1
    A bunch of people in my hs classes say crap like, "I actually like programming...," And I'm like, "get off yo high horse you just made hello world in Scratch"
  • 0
    ERROR: TearOverflow. Shutting down...
Add Comment