Install the template ``` dotnet new install [--force] .\DayTemplate\ ``` Create a new day (from the project root) ``` dotnet new aoc -o Day9 ```