blob: 5748d6b37aefe2b245e9d5414d36cdfe21edbdc1 [file] [log] [blame]
#include<stdio.h>
int main(void) {
printf("This is the top level project.\n");
return 0;
}