@ -0,0 +1,12 @@
#include <stdio.h>
int main() {
FILE *fptr;
fptr = fopen("test1.txt", "a");
fprintf(fptr, "\nThis is Working!");
fclose(fptr);
return 0;
}
The note is not visible to the blocked user.