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
- Host: GitHub
- URL: https://github.com/klinkby/aoc
- Owner: klinkby
- License: mit
- Created: 2023-12-01T07:14:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T22:54:59.000Z (over 1 year ago)
- Last Synced: 2025-09-26T15:52:05.700Z (9 months ago)
- Topics: christmas, puzzles
- Language: C#
- Homepage: https://adventofcode.com/
- Size: 264 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.