@@ -1,6 +1,8 @@
#include <iostream>
int number = 12;
main()
{
std::cout << "Hallo Welt" << std::endl;
std::cout << "Hallo Welt" << std::endl << number << std::endl;
}
The note is not visible to the blocked user.