aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Grois <soulsource@users.noreply.github.com>2021-12-12 21:10:09 +0100
committerGitHub <noreply@github.com>2021-12-12 21:10:09 +0100
commit3cffeb0cce8c4e735e3f3d2d75ce846228168523 (patch)
tree4134c44edd4b34131185e474d47a1c57d02d98ff /README.md
parent4dc80961b09725996152319f5c16153702c343d3 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc9b395..042d75b 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,4 @@ For instance, day6 requires the boxed_array_ringbuffer.
Beware, if you haven't solved those riddles yourself, the source files are obvious spoilers.
# Noteable solutions:
-- Day6 has a closed-form solution that might be interesting.
+- Day6 has a floating-point closed-form solution that might be interesting. Details are outlined in comments in the source code. I won't write them here to avoid spoilers.