Updated documentation
All checks were successful
clang-build / clang-build (push) Successful in 36s
gcc-build / gcc-build (push) Successful in 18s
clang-build / clang-build (pull_request) Successful in 36s
gcc-build / gcc-build (pull_request) Successful in 21s

This commit is contained in:
2026-02-26 09:46:48 +01:00
parent eb670e26a5
commit 40d343c02b

View File

@@ -110,9 +110,9 @@ int main(void) {
#include "src/bigint.h" #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... * 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) { int main(void) {
const int n = 20000; const int n = 20000;