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

https://github.com/chrisantonellis/advent_of_code_2021

Advent of Code 2021
https://github.com/chrisantonellis/advent_of_code_2021

Last synced: 3 months ago
JSON representation

Advent of Code 2021

Awesome Lists containing this project

README

        

# Advent of Code 2021
[https://adventofcode.com/2021](https://adventofcode.com/2021)

## Run Solution
```
docker run --volume $PWD/io:/io --workdir /io --entrypoint python --rm python:3.10.0-bullseye
```

## Solutions
* `day_1_problem_1`
* `day_1_problem_2`