An open API service indexing awesome lists of open source software.

https://github.com/ducaale/adventofcode.2019

My advent of code 2019 solutions in fsharp
https://github.com/ducaale/adventofcode.2019

Last synced: 3 months ago
JSON representation

My advent of code 2019 solutions in fsharp

Awesome Lists containing this project

README

          

# Advent of Code 2019 (Fsharp)

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