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