eDosStationFull/TestUSBreader/main.cpp
2026-08-18 12:15:26 +02:00

7 lines
No EOL
96 B
C++

#include <cstdio>
int main()
{
printf("hello from %s!\n", "TestUSBreader");
return 0;
}