Retro68/TestApps/EmptyTest.c

5 lines
29 B
C
Raw Normal View History

2014-12-05 23:50:23 +01:00
int main()
{
return 0;
2014-12-05 23:50:23 +01:00
}