Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unstoppablemango/advent-of-code
- Owner: UnstoppableMango
- Created: 2023-11-30T15:51:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:14:36.000Z (21 days ago)
- Last Synced: 2024-12-04T20:22:36.035Z (21 days ago)
- Topics: advent-of-code
- Language: F#
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.