fork download
  1.  
  2. #include <iostream>
  3. using namespace std;
  4. int main()
  5. {
  6. cout << "Hello world!" << endl;
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 4460KB
stdin
Standard input is empty
stdout
Hello world!