@@ -0,0 +1,8 @@
#include <cs50.h>
#include <stdio.h>
int main(void)
{
string name = get_string("What's your name> ");
printf("hello, %s\n", name);
}
The note is not visible to the blocked user.