Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2mol/advent2021
https://github.com/2mol/advent2021
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/2mol/advent2021
- Owner: 2mol
- Created: 2021-12-01T09:26:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T18:06:22.000Z (about 3 years ago)
- Last Synced: 2024-10-30T08:23:56.249Z (2 months ago)
- Language: F#
- Size: 35.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.