fork download
  1. /************************\
  2. |* In the name of God *|
  3. |* Code 3. 1. Irysc.com *|
  4. |* IROI.rozblog.com *|
  5. \************************/
  6.  
  7. #include <iostream>
  8.  
  9. using namespace std;
  10.  
  11. int main() {
  12. cout << "Hello\nI'm C++";
  13. }
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
Hello
I'm C++