@ -0,0 +1,10 @@
#include "types.h"
#include "user.h"
int main(int argc, char *argv[]) {
for (int i = 1; i < argc; i++) {
printf(1, "Arg %d: %s\n", i, argv[i]);
}
exit();
The note is not visible to the blocked user.