@@ -1,9 +1,11 @@
#!/bin/bash
gcc $1.c
gcc $1.s -o my.out
nvim test.c
gcc -m32 test.c -o gcc.out
./.build/debug/rxcc test.c
gcc -m32 test.s -o rxcc.out
echo "GCC:"
./a.out
./gcc.out
echo $?
echo "RXCC"
./my.out
./rxcc.out
The note is not visible to the blocked user.