fork download
  1. #include <stdio.h>
  2.  
  3. int
  4. return 0;
  5. }
  6.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:4:2: error: expected identifier or ‘(’ before ‘return’
  return 0;
  ^~~~~~
prog.c:5:1: error: expected identifier or ‘(’ before ‘}’ token
 }
 ^
stdout
Standard output is empty