fork download
  1.  
  2. #include <stdio.h>
  3.  
  4. int main (){
  5. printf ("hello\n");
  6. }
  7.  
  8.  
  9.  
Success #stdin #stdout 0s 5280KB
stdin
8
stdout
hello