/* Jeffrin Jose <jeffrin@rocketmail.com> Licensed GPL v3 Copyright August 2010 GPL –> http://www.gnu.org/copyleft/gpl.html */ #include #include main() { /* fork(); */ printf(“nhellon”); fork(); printf(“n World n”); }
BEAUTY AND PLAY
/* Jeffrin Jose <jeffrin@rocketmail.com> Licensed GPL v3 Copyright August 2010 GPL –> http://www.gnu.org/copyleft/gpl.html */ #include #include main() { /* fork(); */ printf(“nhellon”); fork(); printf(“n World n”); }