This repository contains my code submissions for Advent of Code, showcasing my solutions to daily programming challenges throughout December ⭐️
Day | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 |
---|---|---|---|---|---|---|---|---|---|
1 | ⭐⭐ | ⭐⭐ | ⭐⭐ | ||||||
2 | ⭐⭐ | ⭐⭐ | ⭐⭐ | ||||||
3 | ⭐⭐ | ||||||||
4 | ⭐ | ⭐⭐ | |||||||
5 | ⭐ | ||||||||
6 | ⭐⭐ | ||||||||
7 | ⭐⭐ | ||||||||
8 | ⭐⭐ | ||||||||
9 | ⭐⭐ | ||||||||
10 | |||||||||
11 | |||||||||
12 | |||||||||
13 | |||||||||
14 | |||||||||
15 | |||||||||
16 | |||||||||
17 | |||||||||
18 | |||||||||
19 | |||||||||
20 | |||||||||
21 | |||||||||
22 | |||||||||
23 | |||||||||
24 | |||||||||
25 |
To conveniently fetch the puzzle inputs directly into your local setup, you can use the following utility script. Replace 2023
and 1
with the appropriate year and day's challenge you are working on. Ensure you have your session cookie in your .zshrc
from the Advent of Code website to authenticate the request, assigned to AOC_SESSION
.
./aoc_input.sh 2023 1