fork download
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. printf("hello, world \n");
  5. }
  6.  
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(2,1): error CS1525: Unexpected symbol `int'
Compilation failed: 2 error(s), 0 warnings
stdout
Standard output is empty