blob: cf40f57f949bfe2da99027e0e461e5ea956772e3 [file] [log] [blame]
#include <stdio.h>
int main(void)
{
printf("Hello from file2.c\n");
return 0;
}