[CS-FSLUG] Interesting Challenge for Christian Hackers

Nathan T. celerate at gmail.com
Thu May 19 17:17:18 CDT 2005


for(int day = 0; i <= 10 ;i++)
{
     switch(day)
     {
          case 1:
               new World(); // creation of the world
               break;
          /** code for day 2, 3, 4, . . .   **/
         case 8:
               new Microsoft(); // sin enters the world ;-)
               break;
          /** program goes on, forever altered by the Microsoft object
until the day GDB comes back **/
     }
}




More information about the Christiansource mailing list