From 1c3920eee53841049e80d9d8ba4c54816820e7e3 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Mon, 23 May 2022 18:12:06 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b92e79f..d3298a9 100755 --- a/README.md +++ b/README.md @@ -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