https://github.com/eduherminio/aoc2015
Advent of Code 2015
https://github.com/eduherminio/aoc2015
advent-of-code advent-of-code-2015 adventofcode adventofcode2015 aoc aoc2015 competitive-programming
Last synced: 8 months ago
JSON representation
Advent of Code 2015
- Host: GitHub
- URL: https://github.com/eduherminio/aoc2015
- Owner: eduherminio
- License: mit
- Created: 2020-11-25T00:53:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T23:51:28.000Z (about 5 years ago)
- Last Synced: 2025-01-26T01:32:08.755Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2015, adventofcode, adventofcode2015, aoc, aoc2015, competitive-programming
- Language: C#
- Homepage: https://adventofcode.com/2015
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AoC2015

[Advent Of Code 2015](https://adventofcode.com/2015) programming puzzles.
Uses:
* [AoCHelper](https://github.com/eduherminio/AoCHelper) for generalizing AoC problem solving.
* [FileParser](https://github.com/eduherminio/FileParser) for parsing input files.