fork download
  1. #include <stdio.h>
  2. int main(void) {
  3. printf(__FILE__ "\n");
  4. return 0;}
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
prog.c