This project contains some solutions for https://adventofcode.com/. I kind of try to keep the old ones running, but it's not easy with language migrations.
You can run the download-input.sh
script to download the input into the resource directory and create a worksheet for the day to make that a little easier. You need to copy the session from the cookie in your browser.
It can be run like this to download year 2022
day 1
input:
ADVENT_SESSION=XXXXXXXXXXX ./scripts/download-input.sh 2022 1
First year attempted.
Second year attempted.
For the first many problems, I tried to get VS Code to solve all the questions.
Used nix
in the setup.
Migrated to DevContainers for easier setup.