Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/screendriver/advent-of-code-fsharp
🎄 My Advent of Code solutions in F#
https://github.com/screendriver/advent-of-code-fsharp
advent-of-code advent-of-code-2022 aoc aoc2022 fsharp
Last synced: 1 day ago
JSON representation
🎄 My Advent of Code solutions in F#
- Host: GitHub
- URL: https://github.com/screendriver/advent-of-code-fsharp
- Owner: screendriver
- License: gpl-3.0
- Created: 2022-12-18T14:28:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T19:35:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T22:49:45.767Z (27 days ago)
- Topics: advent-of-code, advent-of-code-2022, aoc, aoc2022, fsharp
- Language: F#
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code in F#
My [Advent of Code](https://adventofcode.com) solutions in the [F# programming language](https://fsharp.org). This repository holds a separate F# script for each day in each year that can be directly executed with `dotnet fsi `.
## License
This project is released under the GNU GPL-3.0 license.
Check out the [LICENSE](LICENSE) file for more information.