aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.