#include #include using std::cout; using std::endl; int main() { cout << "Greetings from: " << getpid() << endl; return 0; }