blob: a5ef0f1b16d38d2bc16f049834c313c008c1ff43 [file] [log] [blame]
#include<stdio.h>
int main(int argc, char **argv) {
printf("This is test #1.\n");
return 0;
}