You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ There are some utility functions that make redundant tasks in simpler. They are
15
15
16
16
## AoC 2025
17
17
18
-
|Task | Notebook | Extras | Comment |
19
-
|--- | --- | --- | --- |
20
-
|[Day 1: Secret Entrance](https://adventofcode.com/2025/day/1)|[day 1](src/aoc/2025/day1/main)| Bench, Viz | Lowkey proud of how concise and clean the actual solution is|
21
-
|[Day 2: Gift Shop](https://adventofcode.com/2025/day/1)|[day 2](src/aoc/2025/day2/main)|||
18
+
|Task | Notebook | Extras | Comment |
19
+
|--- | --- | --- | --- |
20
+
|[Day 1: Secret Entrance](https://adventofcode.com/2025/day/1)|[day 1](src/aoc/2025/day1/main)| Bench, Viz | Lowkey proud of how concise and clean the actual solution is|
21
+
|[Day 2: Gift Shop](https://adventofcode.com/2025/day/1)|[day 2](src/aoc/2025/day2/main)|Bench, Perf| Worked a lot on optimizing the solution, exploring performance optimization in Clojure|
0 commit comments