https://adventofcode.com/2023

Lukas Angerer 16bfc85370 Day 9 part 2 hace 2 años
Day1 68cf802f91 Input for LAR account 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 5988979681 Day 9 scaffold 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