@@ -1,3 +1,4 @@
#define _CRT_SECURE_NO_WARNINGS
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -24,4 +25,4 @@ int run(const char *cmd, ...) {
va_end(args);
printf("--> %s\n\n", buf);
return system(buf);
}
The note is not visible to the blocked user.