squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

commit 3c49d3d2fd78d955d2557a1311250ad0e965da22
parent d15ba1e50b96fa297215d08f82d2a87a0627d757
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Tue, 25 Jul 2023 22:26:34 +0200

readme tweak II

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -33,7 +33,7 @@ You can follow some example usage in the examples/ folder ### squiggle.c is short -[squiggle.c](src/branch/master/squiggle.c) is less than 500 lines of C. The reader could just read it and grasp its contents. +[squiggle.c](squiggle.c) is less than 500 lines of C. The reader could just read it and grasp its contents. ### Core strategy