blob: 56c49d1f78b9789d002dd91237cb45bc542ec66b [file] [log] [blame]
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello from deeper.c\n");
return 0;
}