fork download
  1. M:\Development\x64\test>cat main.cpp && g++ main.cpp -lstdc++ -lstdc++ -o test.exe && test
  2. #include <iostream>
  3.  
  4. int main()
  5. {
  6. std::cout << "Hello World!\n";
  7. }
  8. Hello World!
  9.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty