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