Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / aplusb / tests / ole / prog.c
1 #include<stdio.h>
2
3 int main(void){
4 for(int i=0;i<100;i++)
5 puts("asdasdasd");
6 }
This page took 0.020505 seconds and 4 git commands to generate.