@ -1,6 +1,6 @@
#include <iostream>
int main() {
std::cout << "Halo, Welt!" << std::endl;
return 0;
}
#include <stdio.h>
int main()
{
printf("Halo, Welt!");
The note is not visible to the blocked user.