fork download
  1. #include <stdio.h>
  2. int main();{
  3. printf ("Hello,world");
  4. return 0;
  5.  
  6.  
  7. }
  8.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:2:12: error: expected identifier or ‘(’ before ‘{’ token
 int main();{
            ^
stdout
Standard output is empty