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