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: about 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T12:26:39.000Z (about 1 year ago)
- Last Synced: 2025-03-30T13:27:15.247Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-fsharp, fsharp, fsx
- Language: F#
- Homepage:
- Size: 42 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. I'm unlikely to attempt all of the problems, though.
Note that, per [AoC request](https://adventofcode.com/2024/about#faq_copying), the puzzle inputs are not included in this repository.