fork download
  1. #include <stdio.h>
  2.  
  3. int
  4. main (void)
  5. {
  6. printf ("Hello, World!\n");
  7. getchar ();
  8. return 0;
  9. }
  10.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(2,0): error CS1024: Wrong preprocessor directive
prog.cs(3,0): error CS1525: Unexpected symbol `int'
Compilation failed: 2 error(s), 0 warnings
stdout
Standard output is empty