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