Friday, April 5, 2013

China women

This is an extension of the previous model: women as baby creator, but in a country with birth control, like China.

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

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

No comments:

Post a Comment