Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1023 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 1023 Bytes

These are my solutions for the 2022 edition of the annual event Advent of Code. They were made in Rust to learn and practice the language, so probably not very good code, but getting there.
The code for each solution is in src/bin/.

Helper scripts

I made two helper scripts to prepare solutions and submit answers:

They both need you to have a ".env" file in the root of the project with a line like this: SESSION_TOKEN=yoursessiontoken
You can get your session token by looking at your cookies when logged on in the AoC website. But be careful as to not let anyone have access to your token.