My solutions for AOC 2019 puzzles in F#.
# Run solutions/Program.fs:
dotnet run --project solutions/solutions.fsproj <day#> <part> [input]
# Run specific test module:
dotnet test --filter FullyQualifiedName~Puzzle01Test
| Name | Name | Last commit date | ||
|---|---|---|---|---|
My solutions for AOC 2019 puzzles in F#.
# Run solutions/Program.fs:
dotnet run --project solutions/solutions.fsproj <day#> <part> [input]
# Run specific test module:
dotnet test --filter FullyQualifiedName~Puzzle01Test