forked from byte8192/test
6 lines
69 B
C
6 lines
69 B
C
#include <stdio.h>
|
|
|
|
int (){
|
|
printf("CI Test\n");
|
|
return 0;
|
|
}
|