eDosStation/TestUSBreader/main.cpp

7 lines
102 B
C++
Raw Normal View History

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