fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. cout<<"Hello World!";
  5. }
  6.  
  7.  
Success #stdin #stdout 0s 5284KB
stdin
 
stdout
Hello World!