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