https://github.com/eduherminio/aoc2023
Advent of Code 2023
https://github.com/eduherminio/aoc2023
advent-of-code-2023 adventofcode2023 aoc2023
Last synced: about 2 months ago
JSON representation
Advent of Code 2023
- Host: GitHub
- URL: https://github.com/eduherminio/aoc2023
- Owner: eduherminio
- License: mit
- Created: 2023-11-25T22:42:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T08:50:26.000Z (over 1 year ago)
- Last Synced: 2025-10-07T19:46:12.742Z (6 months ago)
- Topics: advent-of-code-2023, adventofcode2023, aoc2023
- Language: C#
- Homepage: https://adventofcode.com/2023
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
[](https://github.com/eduherminio/AoC2023/actions/workflows/ci.yml)
[Advent Of Code 2023](https://adventofcode.com/2023) programming puzzles.
Uses:
* [AoCHelper](https://github.com/eduherminio/AoCHelper) for generalizing AoC problem solving.
* [FileParser](https://github.com/eduherminio/FileParser) for parsing complex input files.
* [SheepTools](https://github.com/eduherminio/SheepTools) as a general purpose, utility library.