1 #include<stdio.h>
2 
main(void)3 int main(void) {
4     printf("I'm a subproject bar.\n");
5     return 0;
6 }
7