Thursday, October 30, 2014

first train home

/* file name: read me if you can =P */

#include
#define YEAR 1996

int x, y, z; 

int main ()
{
     printf ("Please enter your birthday (MM/DD/YYYY): ");
     scanf ("%d/%d/%d", &x, &y, &z);

     if ((x == 10) && (y == 10) && (z == YEAR))
     {
          printf ("YAKISOBA!!\n");
     }
     else
     {
          printf ("Sorry, this message is not for you\n");
     }

     return 0;
}

/* i find nerdier ways to say hi */
---------------------------------------------------------------------------------
that moment when you come to find that your man cave is gone

No comments: