fork download
  1. #include <iostream>
  2.  
  3. void main(){
  4. std::cout << "Hello, world\n";
  5. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3: error: '::main' must return 'int'
stdout
Standard output is empty