@@ -1,7 +1,9 @@
#include <iostream>
using namespace std;
int main() {
std::cout << "Hello, World!" << std::endl;
cout << "Hello, World!" << endl;
return 0;
}
// This program prints "Hello, World!" to the console.
The note is not visible to the blocked user.