Life code

Revision en1, by KK_heo001997, 2016-07-23 08:03:07
  • while (ilive == 1)
  • {
  • fair = 0;
  • if (fair == 1) // somehow
  • {
  • ilive = 0;
  • }
  • }
  • if (ilive == 0)
  • {
  • fair = -1;
  • }
  • if (fair == 1) // which would never happen
  • {
  • printf ("I Love My Life\n");
  • }
  • else
  • {
  • printf ("Fuck Life =__=\n");
  • }

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English KK_heo001997 2016-07-23 08:03:07 286 Initial revision (published)