fork download
  1. #include <iostream>
  2. using namespace std;
  3. #define u int
  4. #define ui return 0
  5. #define uia printf
  6. #define i main
  7. #define a ()
  8. u i a {
  9. uia("Hello World");
  10. ui;
  11. }
Success #stdin #stdout 0.01s 5324KB
stdin
Standard input is empty
stdout
Hello World