blob: 21a9dd61f42dd0e6f60529eaad1d387aff6ed6f0 [file] [log] [blame]
#include<stdio.h>
int main(void) {
printf("I am test exe2.\n");
return 0;
}