fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. char d;
  5. scanf("%c", &d);
  6. printf("%c", d);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 2160KB
stdin
g
stdout
g