fork(1) download
  1. /* author: Ludger Visser (email: ludgerlef@hotmail.com) */
  2.  
  3. #include <stdlib.h>
  4. #include <stdio.h>
  5. #include <math.h>
  6. #include <string.h>
  7.  
  8. int main(int argc,char* argv[])
  9. {
  10. printf("hi")
  11. }
Compilation error #stdin compilation error #stdout 0s 2168KB
stdin
Standard input is empty
compilation info
prog.c: In function 'main':
prog.c:11:1: error: expected ';' before '}' token
 }
 ^
stdout
Standard output is empty