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