#include <iostream>
#include <unistd.h>
int main() {
fork();
std::cout << "Hello World!\n";
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgoKI2luY2x1ZGUgPHVuaXN0ZC5oPgoKaW50IG1haW4oKSB7CgogICAgZm9yaygpOwoKICAgIHN0ZDo6Y291dCA8PCAiSGVsbG8gV29ybGQhXG4iOwoKICAgIHJldHVybiAwOwoKfQ==