fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. void main()
  5. {
  6. printf("main");
  7. }
  8.  
Runtime error #stdin #stdout 0.01s 1720KB
stdin
Standard input is empty
stdout
main