#include #include int main(void) { printf("This is my output.\n"); fork(); return 0; }