eDosStation/TestUSBreader/main.cpp
2024-09-12 15:47:08 +02:00

7 lines
No EOL
102 B
C++

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