Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unstoppablemango/advent-of-code

Advent of Code solutions in various languages
https://github.com/unstoppablemango/advent-of-code

advent-of-code

Last synced: 1 day ago
JSON representation

Advent of Code solutions in various languages

Awesome Lists containing this project

README

        

# UnstoppableMango's Advent of Code Solutions

These are my solutions for the Advent of Code!

Solutions are organized by year, day, and language; so e.g. `src/2023/Day01/fsharp`.

Not all days have a solution for every language, I've tried to keep the `README`s up-to-date which which directories actually contain code.

Most days have solutions in F#.

## Building

For F#/C# you can run `dotnet build` at the root of the repository.