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

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

Awesome Lists containing this project

README

          

# Advent of Code 2022

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