https://adventofcode.com/2023

Lukas Angerer a8c47faf3f Scaffold for Day 18 2 éve
Day1 68cf802f91 Input for LAR account 2 éve
Day10 1397b17a43 Day 10 part 2 - ugly AF implementation 2 éve
Day11 e6212b1b65 Day 11 part 2 with expansion factor CLI argument 2 éve
Day12 b9deb43b89 Day 12 part 2 2 éve
Day13 4be1b664f8 Day 13 part 2 - messy AF but working 2 éve
Day14 c420e13ad1 Day 14 part 2 2 éve
Day15 e3f0615bfe Day 15 part 2 2 éve
Day16 50ff533909 Day 16 part 2 2 éve
Day17 1ed91bc458 Day 17 part 2 2 éve
Day18 a8c47faf3f Scaffold for Day 18 2 éve
Day2 e7d29dc107 Inputs for LAN account 2 éve
Day3 e7d29dc107 Inputs for LAN account 2 éve
Day4 e7d29dc107 Inputs for LAN account 2 éve
Day5 eef79ed096 Day 5 part 2 - restructuring to allow splitting and mapping ranges 2 éve
Day6 e7d29dc107 Inputs for LAN account 2 éve
Day7 94d0ef6b83 Day 7 part 2 2 éve
Day8 e7c0ffb2f4 Day 8 part 2 with prime factorization 2 éve
Day9 16bfc85370 Day 9 part 2 2 éve
DayTemplate 0e5b048b69 Project template for dotnet new 2 éve
.editorconfig 1ee5dcf884 Project setup for Day 1 2 éve
.gitignore 1ee5dcf884 Project setup for Day 1 2 éve
AdventOfCode23.sln a8c47faf3f Scaffold for Day 18 2 éve
README.md 0e5b048b69 Project template for dotnet new 2 éve

README.md

Install the template

dotnet new install [--force] .\DayTemplate\

Create a new day (from the project root)

dotnet new aoc -o Day9