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

https://github.com/joeriddles/advent-of-code-2023

My solutions for https://adventofcode.com/
https://github.com/joeriddles/advent-of-code-2023

Last synced: 10 months ago
JSON representation

My solutions for https://adventofcode.com/

Awesome Lists containing this project

README

          

# Advent of Code

These are my solutions for [Advent of Code](https://adventofcode.com/) in Python.

I try to only use the stdlib for my solutions.

Tests for all days are ran with every push to the main branch.