fork download
  1. #include <stdio.h>
  2. int n;
  3.  
  4. int main(void) {
  5. for (n=0; n<10; n++);
  6. printf("Kocham lato \n");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
Kocham lato