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

https://github.com/klinkby/aoc

Solutions for advent of code puzzles
https://github.com/klinkby/aoc

christmas puzzles

Last synced: 8 months ago
JSON representation

Solutions for advent of code puzzles

Awesome Lists containing this project

README

          

# Klinkby' AoC

Solutions in C# for [Advent of code puzzles](https://adventofcode.com/).

- [2023](src/2023) are a bunch of individual projects, one for each day.
- [2024](src/2024) use a single TUnit testing project for minimal boilerplate, and static bound inputs instead of files.
- In respect to the AoC author's [terms](https://adventofcode.com/2024/about) I do not publish his puzzle input. It is kept in a private repo
that is a Git submodule to this public repo.