fork download
  1. #include <iostream>
  2. int
  3. main
  4. (
  5. int
  6. argc
  7. ,
  8. char
  9. *
  10. *
  11. argv
  12. )
  13. {
  14. std
  15. ::
  16. cout
  17. <<
  18. "HI"
  19. ;
  20. }
Success #stdin #stdout 0.01s 2680KB
stdin
Standard input is empty
stdout
HI