https://adventofcode.com/2023

Lukas Angerer c4a7de1842 Just no time today 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 c4a7de1842 Just no time today il y a 2 ans
Day2 e7d29dc107 Inputs for LAN account 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 da865c4977 Scaffold for Day 12 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