fork(527) download
  1. #include <iostream>
  2.  
  3.  
  4. using namespace std;
  5.  
  6.  
  7.  
  8. int main()
  9.  
  10.  
  11. {
  12.  
  13.  
  14. cout << "Hello World" << endl;
  15.  
  16.  
  17.  
  18. return 0;
  19.  
  20.  
  21. }
  22.  
  23.  
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
Hello World