Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :)