Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 689 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 689 Bytes

AdventOfCode2020

.NET 5 Build & Test License: MIT

Having fun during Advent of Code 2020 while still learning F#. Have a look at other participants and solutions: Awesome Advent of Code

Run & Test

Make sure you have installed .Net 5.0

# Run console program displaying all solutions
dotnet run

# Run tests
dotnet test .\tests\