fork download
  1. #include <stdio.h>
  2. int main(int argc, char* argv[]){
  3. int i;
  4. for(i=0;i<3;i++){
  5. printf("compilebot Test\n");
  6. }}
Success #stdin #stdout 0s 9416KB
stdin
Standard input is empty
stdout
compilebot Test
compilebot Test
compilebot Test