diff options
Diffstat (limited to '2025/README.md')
| -rw-r--r-- | 2025/README.md | 6 |
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 | ``` |
| 13 | Day -Part 1- -Part 2- | 13 | Day -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: | |||
| 173 | The first version of my program return 4851 instead of 202. I added a | 174 | The first version of my program return 4851 instead of 202. I added a |
| 174 | check for this case in `b-fixed.py`, hopefully it works in 100% of the | 175 | check for this case in `b-fixed.py`, hopefully it works in 100% of the |
| 175 | cases now. | 176 | cases now. |
| 177 | |||
| 178 | ### Day 10: Factory | ||
| 179 | |||
| 180 | Phew, this was a hard one! | ||
| 181 | (More details coming soon, for now read the code and the comments) | ||
