Spinning-Donut Spinning Donut in C 🍩 # Compilation & linking with the math library gcc -Wall donut.c -o donut -lm # Execution ./donut