Skip to content

dejohansson/advent-of-code-2022

Repository files navigation

Advent of Code 2022

drawing drawing

Install Template

dotnet new install ./AoC.FSharp.Template --force

Create New Project

./day.ps1 <day-number>

Run Project

Run the project using the default input file ./input.txt

dotnet run

or by passing the input file as an argument

dotnet run -- ./sample.txt