Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 2.75 KB

README.md

File metadata and controls

41 lines (35 loc) · 2.75 KB

This repository contains my code submissions for Advent of Code, showcasing my solutions to daily programming challenges throughout December ⭐️

Rule: Only use the Python Standard Library, no 3rd party libraries allowed

My Score

Day 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
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

Puzzle Inputs

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