mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-04-19 21:53:13 +02:00
8 lines
76 B
C
8 lines
76 B
C
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("foo.c\n");
|
|
return 0;
|
|
}
|