Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduherminio/aoc2024
Advent of Code 2024
https://github.com/eduherminio/aoc2024
adventofcode2024 aoc-2024 aoc2023
Last synced: about 1 month 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:19:45.000Z (about 1 month ago)
- Last Synced: 2024-11-24T15:26:28.716Z (about 1 month ago)
- Topics: adventofcode2024, aoc-2024, aoc2023
- Language: C#
- Homepage: https://adventofcode.com/2024
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2024
[![CI](https://github.com/eduherminio/AoC2024/actions/workflows/ci.yml/badge.svg)](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.