@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
# Configures CMake
cmake -S . -B build
# Compiles the program
cmake --build build
# Runs the program
./build/panic
The note is not visible to the blocked user.