@@ -0,0 +1,9 @@
#include <iostream>
int main(int argc, char** argv)
{
(void)argc;
(void)argv;
std::cout << "Hello RPI" << std::endl;
return 0;
}
The note is not visible to the blocked user.