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