fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf( " %d", __STDC_VERSION__);
  5. for( int i=0; i<4;i++) {printf("grr\n");};
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
 201112grr
grr
grr
grr