Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrispritchard/adventofcode
My solutions to the Advent of Code across various years
https://github.com/chrispritchard/adventofcode
advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 advent-of-code-fsharp fsharp
Last synced: about 1 month ago
JSON representation
My solutions to the Advent of Code across various years
- Host: GitHub
- URL: https://github.com/chrispritchard/adventofcode
- Owner: ChrisPritchard
- Created: 2018-12-06T02:33:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T03:47:07.000Z (12 months ago)
- Last Synced: 2024-01-06T07:04:40.495Z (12 months ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2016, advent-of-code-2017, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021, advent-of-code-2022, advent-of-code-2023, advent-of-code-fsharp, fsharp
- Language: F#
- Homepage:
- Size: 2.55 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
My solutions to the Advent of Code competition: https://adventofcode.com
I started with 2018, 5 days late (and finished a week late). Subsequent years I've done real time, now I'm hooked, and I also went back and did the prior years all the way back to 2015.
All solutions are done using F# and dotnet core. While I use multiple languages including a lot of Go in my normal life, Advent of Code is my yearly F# kata to remind myself how beautiful that language is. I do wish it was a bit faster though for the brute forcing challenges :)