fork download
  1.  
  2. #include "stdio.h"
  3. #include "curses.h"
  4.  
  5. int c;
  6.  
  7. int main(){
  8.  
  9. while ((c=getchar()) !=EOF ){
  10. printf("%c", c);
  11. }
  12. return 0;
  13. }
Success #stdin #stdout 0.01s 1724KB
stdin
asfd
reqw
vcz
stdout
asfd
reqw
vcz