Skip to content

Latest commit

 

History

History
143 lines (118 loc) · 8.87 KB

README.md

File metadata and controls

143 lines (118 loc) · 8.87 KB

Advent of Code

My solutions for Advent of Code.

Solutions

2015 [Javascript]
2017 [C]
2019 [Rust]
2021 [Python]
2022 [Python]
2023 [Python]
2024 [Haskell]

Puzzle Input Tip

If you have your Advent of Code session token saved to a file like .token, you can download your test input with curl:

$ curl "https://adventofcode.com/2022/day/1/input" \
       --header "Cookie: $(cat .token)"

You can find your session token by looking at the Cookie header in the network tab in your browser tools when navigating to https://adventofcode.com/2022/day/1/input. Save the value of this Cookie header in .token. e.g.

session=XXXX