@ -0,0 +1,8 @@
#include <stdio.h>
int main () {
char greetings[] = "Hello!";
greetings[0] = 'Y';
printf("%s\n", greetings);
return 0;
}
The note is not visible to the blocked user.