From 40d343c02b2a2d4680c792e74caa54009db5400b Mon Sep 17 00:00:00 2001 From: Marco Cetica Date: Thu, 26 Feb 2026 09:46:48 +0100 Subject: [PATCH] Updated documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ca1a68..42a0145 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ int main(void) { #include "src/bigint.h" /* - * Compile with: gcc -O3 main.c src/bigint.c src/vector.c + * Compile with: clang -O3 fact.c src/bigint.c src/vector.c -o fact * Output: 20000! = 1819206320230345134827641... - * Time: 4.01s user 0.00s system 99% cpu 4.021 total + * Time: 1.49s user 0.00s system 99% cpu 1.501 total */ int main(void) { const int n = 20000;