Skip to content

kavun/advent-of-code-2024

Repository files navigation

Advent of Code 2024

Advent of Code 2024 solutions in C#.

GitHub branch check runs GitHub License

Installation

Requires

Usage

New Day

This will create the IDay file, the *.txt input file, and the unit test file for a given day.

./aoc.ps1 new 25

Run

./aoc.ps1 run

Test

./aoc.ps1 test

Notes

Day 09

Took two attempts to get Part 1 right, and even then didn't like my solution. So I cheated off of HyperNeutrino's solution for Part 2. https://www.youtube.com/watch?v=5_GstsPDI-Q