@@ -0,0 +1,7 @@
#!/usr/bin/bash
gcc main.c -o a.out
gcc -c main.s -o b.o
ld b.o -o b.out
rm b.o
The note is not visible to the blocked user.