fork download
  1. #include <iostream>
  2. #include <stdlib.h>
  3.  
  4. using namespace std;
  5.  
  6. int main(int argc, char** argv)
  7. {
  8. cout << "hello world" << endl;
  9.  
  10. return EXIT_SUCCESS;
  11. }
Success #stdin #stdout 0.02s 2680KB
stdin
Standard input is empty
stdout
hello world