https://www.youtube.com/watch?v=sW9npZVpiMI
https://www.a1k0n.net/2011/07/20/donut-math.html
This followed me to the coolest code:

And WATCH this gif (I have run it on Node.js):

| Language | Version |
|---|---|
| gcc (C Compiler) | 9.2.0 |
| java | 1.8.0 |
| Node.js | 14.16.0 |
| Python | 3.9.1 |
Example: Compile the file donut.c with gcc
gcc donut.cor
gcc donut.c -lmand run the executable
or
Compile the Donut.java with javac
javac Donut.javaand run the .class file
or
Run for the Node.js
node donut.jsor
Run for Python
python donut.py