#include <stdio.h>int n; int main(void) { for (n=0; n<10; n++); printf("Kocham lato \n"); return 0;}
Standard input is empty
Kocham lato
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!