Automated Santa 0.1

Filed under Humor, Tech
/*
 * Automated santa
 * Version: 0.1
 *
 * http://blog.tengutech.net/
 *
 */

#include <seasons_greetings.h>
#include <children.h>

char[][] children;
char[] child;

children = populateChildren();

foreach (child in children)
{
    merryChristmas(child);

    if (isBad(child))
        noPresent(child);
    else if (isGood(child))
       givePresent(child);
    else
    	logException(child, "Christmas limbo");
}
Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Technorati

2 Comments

  1. Kat says:

    *deep voice* How low can you go?!

  2. Leefe says:

    “Christmas limbo” is standing in a queue waiting to sit on Santa’s lap and tell him what you want for Christmas, where the line seems to progress, but you never get to the end. Think big department store in the last days before Christmas.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*