fork(1) download
  1. while(1);
  2. {
  3. printf("hmm");
  4. return 0;
  5. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:1: error: expected identifier or ‘(’ before ‘while’
 while(1);
 ^~~~~
prog.c:2:1: error: expected identifier or ‘(’ before ‘{’ token
 {
 ^
stdout
Standard output is empty