Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

joni-/aoc2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2019

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

Releases

No releases published

Packages

No packages published