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