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

https://github.com/bytemedirk/advent-of-code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
https://github.com/bytemedirk/advent-of-code

aoc python scala

Last synced: 9 months ago
JSON representation

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

Awesome Lists containing this project

README

          

# advent-of-code

Advent of Code is an Advent calendar of small programming puzzles for a variety of
skill sets and skill levels that can be solved in any programming language you like.

This repository contains my solutions to the puzzles, grouped by language, year, and day.

## 2023

### Python

- [Day 1.1](./2023/python/day_1_1.py)
- [Day 1.2](./2023/python/day_1_2.py)
- [Day 2.1](./2023/python/day_2_1.py)
- [Day 2.2](./2023/python/day_2_2.py)

### Scala

-