eDosStationFull/TestUSBreader/main.cpp

7 lines
96 B
C++
Raw Permalink Normal View History

2026-08-18 12:15:26 +02:00
#include <cstdio>
int main()
{
printf("hello from %s!\n", "TestUSBreader");
return 0;
}