fork download
  1. //Practice coding
  2. /******************************************************************************
  3.  *
  4. ******************************************************************************/
  5. #include <iostream>
  6. using namespace std;
  7.  
  8. int main()
  9. {
  10. cout << "Hello World!";
  11. return 0;
  12. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
Hello World!