7 lines
102 B
C++
7 lines
102 B
C++
|
|
#include <cstdio>
|
||
|
|
|
||
|
|
int main()
|
||
|
|
{
|
||
|
|
printf("hello from %s!\n", "TestUSBreader");
|
||
|
|
return 0;
|
||
|
|
}
|