fork download
  1. #include <iostream>
  2. int main(){
  3. std::cout << "Hello World\n";
  4. return 0;
  5. }
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
Hello World