#include #include #include int main(int argc, const char* argv[]) { printf("Run a new process with pid = %d and ppid = %d\n", getpid(), getppid()); return 0; }