fork(1) download
  1. #include <iostream>
  2. #define bob1 int main() {
  3. #define bob2 cout << "Hello World!";
  4. #define bob3 return 0;
  5. #define bob4 }
  6. using namespace std;
  7.  
  8. bob1
  9. bob2
  10. bob3
  11. bob4
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
Hello World!