Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/2mol/advent2021


https://github.com/2mol/advent2021

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2021

This is an F# project. Develop by

- editing/creating `DayXX.fs` modules
- add them to `Advent.fsproj`
- write your solution
- add a call to your solution to `Program.fs`

Evaluate constantly in a terminal with `dotnet watch run` for that extra fast feedback loop.