fork download
  1. #include <cstdio>
  2. #define print main(){puts
  3. #define greet() ;}//\
  4. def greet():
  5. print("Hello, world!")
  6.  
  7. greet()
Success #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
Hello, world!