Update README.md

This commit is contained in:
Arkaprabha Chakraborty
2022-05-23 18:12:06 +05:30
parent 89e66613bd
commit 1c3920eee5

View File

@@ -31,7 +31,7 @@ Puts a spinning ASCII torus (mathematical name for a doughnut-shaped object) on
## How to compile and run
* `gcc torus.out -o torus.out -lm` to compile
* `gcc torus.c -o torus.out -lm` to compile
* `./torus.out` to run
# Updates