we learn like this to do hello world
@@ -1,6 +1,6 @@
#include<stdio.h>
int main() {
puts("Hello World");
printf("Hello World");
return 0;
}
The note is not visible to the blocked user.