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