https://adventofcode.com/2023

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

README.md

Install the template

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

Create a new day (from the project root)

dotnet new aoc -o Day9