@@ -0,0 +1,9 @@
#!/usr/bin/env sh
CFLAGS="-Wall -Wextra -Wpedantic -Wswitch-enum -Werror -std=c23 -ggdb"
SRC="main.c"
OUT="main.out"
set -xe
cc $CFLAGS -o $OUT $SRC;
The note is not visible to the blocked user.