blob: 56573967a083a30d01091132042fc0be8f985bb4 [file] [log] [blame]
#include<stdio.h>
int main(int argc, char **argv) {
printf("This is test #3.\n");
return 0;
}