https://github.com/faisalsaifii/donut
Spinning ASCII donut
https://github.com/faisalsaifii/donut
c
Last synced: 9 months ago
JSON representation
Spinning ASCII donut
- Host: GitHub
- URL: https://github.com/faisalsaifii/donut
- Owner: faisalsaifii
- Created: 2022-03-08T08:51:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T19:10:02.000Z (about 3 years ago)
- Last Synced: 2025-08-11T21:43:26.833Z (11 months ago)
- Topics: c
- Language: C
- Homepage:
- Size: 670 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Donut
A spinning taurus created through C, coded by Andy Sloane
[Reference](https://www.a1k0n.net/2011/07/20/donut-math.html)

## To run locally in terminal
Open the directory in terminal
```bash
cd {path}
```
Compile the file to create an executable
```bash
gcc -o donut main.c
```
Open the exectuable file
```bash
./donut
```