Initial commit
[gruntmaster-daemon.git] / t / problems / aplusb / tests / ole / prog.cpp
... / ...
CommitLineData
1#include<cstdio>
2
3int main(void){
4 for(int i=0;i<100;i++)
5 puts("asdasdasd");
6}
This page took 0.009173 seconds and 4 git commands to generate.