@ -0,0 +1,12 @@
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc == 2) {
int code = strtol(argv[1], NULL, 0);
return code;
} else {
printf("Requires exactly one argument\n");
return -1;
}
The note is not visible to the blocked user.