Thursday, April 4, 2013

WTF?


This blog is my personal, politically incorrect, funny and nerdly mode to describe the reality, from different points of view. Yes, if you don't understand what I write, you can ask someone, nerd or programmer.

Woman as baby creator

#include <sys/types.h>
#include <unistd.h>

int main()
{
  while(1)
  {
    fork();
  }
  return 0;
}

No comments:

Post a Comment