My solutions to the 2024 Advent of Code.
- Open PuzzleInputDownloader.cs from the test project and provide a value for the
aocSessionCookieconstant. - Run
dotnet test. Any missing puzzle inputs will be downloaded to the test project's bin folder using your session cookie. Then the unit tests will run. Note that some unit tests will fail as your puzzle inputs will differ from mine. - Once the puzzle inputs have been downloaded, you can revert the change from step 1.