fork download
  1. /* this is a comment */ #include <iostream>
  2.  
  3. int main()
  4. {
  5. std::cout << "hello world!" << std::endl;
  6. return 0;
  7. }
Success #stdin #stdout 0s 2896KB
stdin
Standard input is empty
stdout
hello world!