An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Advent of Code 2023

[![CI](https://github.com/eduherminio/AoC2023/actions/workflows/ci.yml/badge.svg)](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.