squiggle.c

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

commit 32b8a1fe1ab977b6f33761f42cf53c3d7c2fcea2
parent ec1e88571e58f3cf0e18a08858df2b0464c50dc1
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Sun,  8 Oct 2023 23:09:36 +0100

add "grug-brained" modifier to README.md

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

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # squiggle.c -squiggle.c is a self-contained C99 library that provides functions for simple Monte Carlo estimation, based on [Squiggle](https://www.squiggle-language.com/). +squiggle.c is a [grug-brained](https://grugbrain.dev/) self-contained C99 library that provides functions for simple Monte Carlo estimation, based on [Squiggle](https://www.squiggle-language.com/). ## Why C?