Search Results
6/30/2025, 9:13:34 AM
This GIF is from donut.c
https://www.a1k0n.net/2011/07/20/donut-math.html
It's donut-shaped C code which creates a rotating donut as its output after compiling. With the donut.c code at
>https://ar-we-ave-ao.online/Ww64ja08zJwnM2UX7jjmE44tEy-HjiuFYFTyDnGFmpg
I ran the suggested "gcc -o donut donut.c -lm" in Arch Linux using GCC version 14.2.1 20250207 = failed for some reason(s). I ran that same gcc command in Ubuntu with gcc version (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 = it worked. Run "./donut" and you can see the spinning donut.
https://www.a1k0n.net/2011/07/20/donut-math.html
It's donut-shaped C code which creates a rotating donut as its output after compiling. With the donut.c code at
>https://ar-we-ave-ao.online/Ww64ja08zJwnM2UX7jjmE44tEy-HjiuFYFTyDnGFmpg
I ran the suggested "gcc -o donut donut.c -lm" in Arch Linux using GCC version 14.2.1 20250207 = failed for some reason(s). I ran that same gcc command in Ubuntu with gcc version (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 = it worked. Run "./donut" and you can see the spinning donut.
Page 1