Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sjsanc/advent-of-code

Advent of Code (2023) implemented in F#
https://github.com/sjsanc/advent-of-code

advent-of-code advent-of-code-2023 advent-of-code-fsharp fsharp

Last synced: about 2 months ago
JSON representation

Advent of Code (2023) implemented in F#

Awesome Lists containing this project

README

        

🎄 **Solutions to Advent of Code implemented in F#**

https://adventofcode.com/

Structural inspiration from https://github.com/encse/adventofcode

Run a solution with

`dotnet run [year] [day]`

Omit the day to run the whole year

`dotnet run [year]`