https://github.com/eduherminio/aoc2024
Advent of Code 2024
https://github.com/eduherminio/aoc2024
adventofcode2024 aoc-2024 aoc2023
Last synced: 7 months ago
JSON representation
Advent of Code 2024
- Host: GitHub
- URL: https://github.com/eduherminio/aoc2024
- Owner: eduherminio
- License: mit
- Created: 2024-11-24T14:15:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T13:18:09.000Z (over 1 year ago)
- Last Synced: 2025-03-21T04:44:47.316Z (about 1 year ago)
- Topics: adventofcode2024, aoc-2024, aoc2023
- Language: C#
- Homepage: https://adventofcode.com/2024
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2024
[](https://github.com/eduherminio/AoC2024/actions/workflows/ci.yml)
[Advent Of Code 2024](https://adventofcode.com/2024) 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.