@@ -0,0 +1,9 @@
#!/bin/bash
set -eo pipefail
echo "Compiling and running C code..."
gcc -o Main Main.c -lwiringPi
./Main
The note is not visible to the blocked user.