aboutsummaryrefslogtreecommitdiff
path: root/2025/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-10 18:15:14 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-10 18:15:14 +0100
commitb52eef5b9399ab3888fcfe1bc9ca23c7a9f7b026 (patch)
treedf3c5525c55e5d21ce07b9bab2359468cd9827a3 /2025/README.md
parent4dc2097b38697614dba7a58bf2ec53e1e54e52fe (diff)
downloadaoc-b52eef5b9399ab3888fcfe1bc9ca23c7a9f7b026.tar.gz
aoc-b52eef5b9399ab3888fcfe1bc9ca23c7a9f7b026.zip
Day 10 2025
Diffstat (limited to '2025/README.md')
-rw-r--r--2025/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/2025/README.md b/2025/README.md
index d75a4d3..dc87240 100644
--- a/2025/README.md
+++ b/2025/README.md
@@ -11,6 +11,7 @@ Example
11 11
12``` 12```
13Day -Part 1- -Part 2- 13Day -Part 1- -Part 2-
14 10 00:27:43 11:51:51
14 9 00:05:05 02:11:41 15 9 00:05:05 02:11:41
15 8 00:29:14 00:33:02 16 8 00:29:14 00:33:02
16 7 00:05:27 00:20:40 17 7 00:05:27 00:20:40
@@ -173,3 +174,8 @@ For example with this input:
173The first version of my program return 4851 instead of 202. I added a 174The first version of my program return 4851 instead of 202. I added a
174check for this case in `b-fixed.py`, hopefully it works in 100% of the 175check for this case in `b-fixed.py`, hopefully it works in 100% of the
175cases now. 176cases now.
177
178### Day 10: Factory
179
180Phew, this was a hard one!
181(More details coming soon, for now read the code and the comments)

Generated with cgit - Back to sebastiano.tronto.net