ducaale / AdventOfCode.2019

My advent of code 2019 solutions in fsharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2019 (Fsharp)

Running

  1. dotnet fsi --use:<filename> this will load the file in interactive session
  2. run an expression and end it with double semicolons e.g part1();;

About

My advent of code 2019 solutions in fsharp


Languages

Language:F# 100.0%