fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. cout<<"HEY, you, I'm alive! Oh, and Hello World!\n";
  8. cin.get();
  9. }
Runtime error #stdin #stdout 0.03s 6352KB
stdin
Standard input is empty
stdout
Standard output is empty