https://adventofcode.com/2023

Lukas Angerer d28cfe2ad6 Small cleanup il y a 2 ans
Day1 68cf802f91 Input for LAR account il y a 2 ans
Day10 1397b17a43 Day 10 part 2 - ugly AF implementation il y a 2 ans
Day11 e6212b1b65 Day 11 part 2 with expansion factor CLI argument il y a 2 ans
Day12 b9deb43b89 Day 12 part 2 il y a 2 ans
Day13 4be1b664f8 Day 13 part 2 - messy AF but working il y a 2 ans
Day14 c420e13ad1 Day 14 part 2 il y a 2 ans
Day15 e3f0615bfe Day 15 part 2 il y a 2 ans
Day16 50ff533909 Day 16 part 2 il y a 2 ans
Day17 1ed91bc458 Day 17 part 2 il y a 2 ans
Day18 ec7ab11a32 Day 18 part 2 - that was quite tricky with the double counting of lines il y a 2 ans
Day19 bf9eb9809a day 19 part 2 il y a 2 ans
Day2 e7d29dc107 Inputs for LAN account il y a 2 ans
Day20 87265cbe26 Day 20 part 2 - blind guessing to track cycles il y a 2 ans
Day21 8f7b1e2586 Day 21 part 2 - took me a while to find the mistake with the overall odds and evens il y a 2 ans
Day22 f76297e9e3 Day 22 part 2 il y a 2 ans
Day23 9d95bc5afa Day 23 part 2 - slow but working il y a 2 ans
Day24 d28cfe2ad6 Small cleanup il y a 2 ans
Day3 e7d29dc107 Inputs for LAN account il y a 2 ans
Day4 e7d29dc107 Inputs for LAN account il y a 2 ans
Day5 eef79ed096 Day 5 part 2 - restructuring to allow splitting and mapping ranges il y a 2 ans
Day6 e7d29dc107 Inputs for LAN account il y a 2 ans
Day7 94d0ef6b83 Day 7 part 2 il y a 2 ans
Day8 e7c0ffb2f4 Day 8 part 2 with prime factorization il y a 2 ans
Day9 16bfc85370 Day 9 part 2 il y a 2 ans
DayTemplate 0e5b048b69 Project template for dotnet new il y a 2 ans
.editorconfig 1ee5dcf884 Project setup for Day 1 il y a 2 ans
.gitignore 1ee5dcf884 Project setup for Day 1 il y a 2 ans
AdventOfCode23.sln 0829a1e16f Scaffold for Day 24 il y a 2 ans
README.md 0e5b048b69 Project template for dotnet new il y a 2 ans

README.md

Install the template

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

Create a new day (from the project root)

dotnet new aoc -o Day9