#include<stdio.h>int main(){int i=1;do{printf("*");i++;}while(i<=10);}
Standard input is empty
**********
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!