21

#include<life.h>

void main()
{
while(alive)
{
outcome = do(mistake);
learn(outcome);
}
}

Comments
  • 1
    That void main shows you just how pointless your life it is to the rest of the application...
  • 0
    void main means you take nothing when u die.... return void@jonnyserra
  • 3
    Of course you've both failed to notice that 'do' is a reserved keyword in C/C++ and can't be used as a function name, so this code can't possibly compile.
  • 0
    This means you'll only do mistakes in your entire life. How sad 😢
Add Comment