Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/sjsanc/advent-of-code
- Owner: sjsanc
- Created: 2023-12-15T17:15:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:00:32.000Z (about 1 year ago)
- Last Synced: 2024-10-20T01:53:09.873Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-fsharp, fsharp
- Language: F#
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]`