blob: c2132883a456ba4d3777010d85581c0f060d7a6d [file] [log] [blame]
#include<stdio.h>
int main(void) {
printf("This is test #2.\n");
return 0;
}