Browse code

(circle128) Fixed build instructions

Devine Lu Linvega authored on 09/06/2023 04:32:29
Showing 1 changed files
... ...
@@ -2,6 +2,5 @@
2 2
 
3 3
 clang-format -i circle128.c
4 4
 rm -f circle128
5
-cc -lm circle128 -o circle128.c
6
-circle128 128
7
-
5
+cc -lm -o circle128 circle128.c
6
+./circle128 64