@@ -0,0 +1,11 @@
CC=clang
OL=Ofast
build: torus.c
$(CC) -$(OL) -o torus.out torus.c -lm
run: torus.out
./torus.out
clean: torus.out
rm torus.out
The note is not visible to the blocked user.