#include <iostream>#include <unistd.h>using namespace std; int main(){ cout<<"Hello, PID="<<getpid(); return 0;}
Standard input is empty
Hello, PID=1549453
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!