#include int main(int argc, char *argv[] ) { printf("Hello World !\n"); fork( ); printf("Good-bye World !\n"); }