Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeconscious/advent-of-code
Solutions of Advent of Code puzzles
https://github.com/codeconscious/advent-of-code
advent-of-code advent-of-code-2024 advent-of-code-2024-fsharp fsharp fsx
Last synced: 8 days ago
JSON representation
Solutions of Advent of Code puzzles
- Host: GitHub
- URL: https://github.com/codeconscious/advent-of-code
- Owner: codeconscious
- Created: 2024-12-14T07:45:55.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-12-14T08:45:28.000Z (11 days ago)
- Last Synced: 2024-12-14T09:18:28.673Z (11 days ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-fsharp, fsharp, fsx
- Language: F#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
While studying functional programming through [F#](https://fsharp.org/) in 2024, I decided to get a bit more serious about [Advent of Code](https://adventofcode.com/) (AoC). I've dabbled with it in previous years and various languages (C# and Ruby mostly), but the appeal of F# made me want to focus. And so here we are.
Note that, per [AoC request](https://adventofcode.com/2024/about#faq_copying), the puzzle inputs are not included in this repository.