@ -0,0 +1,9 @@
#!/usr/bin/bash
CC=clang++
CFLAGS="-g -Wall -Werror -pedantic"
SRC=*.cpp
OUT=main
set -x
$CC $CFLAGS $SRC -o $OUT
The note is not visible to the blocked user.