@@ -1,8 +1,6 @@
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World\n";
std::cout << "Hello World" << std::endl;
}
The note is not visible to the blocked user.