Skip to content

Commit b30c524

Browse files
committed
add AOC 2023 readme leaderboard
1 parent 5c90ca9 commit b30c524

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
368 KB
Loading

miscellaneous/advent-of-code/2023/readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ I also started writing my own AOC CLI tool: https://github.com/VitamintK/wang-ao
88
I really could have just used one that someone else wrote, like https://github.com/wimglenn/advent-of-code-wim, but it's been satisfying to make my own. Up until and including Day 16, I haven't implemented any real time-savers yet (like running on example and real at the same time, and submitting from the CLI), but the command to download the input directly instead of copy-pasting saves me ~2 seconds every day, and the command to automatically create the files (.py, .in) that I use have been nice quality-of-life changes that mean that I only have to get to my computer by 11:59 instead of 11:57.
99
For Day 17, I did implement those real time-savers, which I imagine will shave off one to two dozen seconds every day.
1010

11+
Barely missed the leaderboard again this year :(
12+
13+
![](ldrbrd.jpg)

miscellaneous/advent-of-code/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ Results per year:
1717
![2021](2021/ldrbrd.png)
1818

1919
2022
20-
![2022](2022/ldrbrd.jpg)
20+
![2022](2022/ldrbrd.jpg)
21+
22+
2023
23+
![2023](2023/ldrbrd.jpg)

0 commit comments

Comments
 (0)