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
- Host: GitHub
- URL: https://github.com/chrisantonellis/advent_of_code_2021
- Owner: chrisantonellis
- Created: 2021-12-02T00:10:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T00:27:35.000Z (over 3 years ago)
- Last Synced: 2025-01-29T00:48:03.974Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`