fork download
  1. M:\Development\x64\test>gcc --version && cat main.cpp && g++ main.cpp -c && g++ main.o && a.exe
  2. gcc (rubenvb-4.6.3-2-release) 4.6.3
  3. Copyright (C) 2011 Free Software Foundation, Inc.
  4. This is free software; see the source for copying conditions. There is NO
  5. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  6.  
  7. #include <iostream>
  8.  
  9. int main()
  10. {
  11. std::cout << "Hello World!\n";
  12. }
  13. Hello World!
  14.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty