https://github.com/eduherminio/aoc2022
Advent of Code 2022
https://github.com/eduherminio/aoc2022
advent-of-code-2022 adventofcode2022 aoc2022
Last synced: 2 months ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/eduherminio/aoc2022
- Owner: eduherminio
- License: mit
- Created: 2022-11-13T22:31:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T21:11:06.000Z (over 1 year ago)
- Last Synced: 2025-10-07T20:46:17.745Z (6 months ago)
- Topics: advent-of-code-2022, adventofcode2022, aoc2022
- Language: C#
- Homepage: https://adventofcode.com/2022
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2022
[](https://github.com/eduherminio/AoC2022/actions/workflows/ci.yml)
[Advent Of Code 2022](https://adventofcode.com/2022) 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.