Загрузка данных
#include <stdio.h> #include <unistd.h> int main() { printf("Target PID: %d. Hello from a separate program!\n", getpid()); return 0; }