https://github.com/soft/advent-of-code-2020
Advent of Code 2020 in Python
https://github.com/soft/advent-of-code-2020
advent-of-code advent-of-code-2020 aoc aoc2020 python
Last synced: about 1 year ago
JSON representation
Advent of Code 2020 in Python
- Host: GitHub
- URL: https://github.com/soft/advent-of-code-2020
- Owner: Soft
- License: mit
- Created: 2020-12-04T13:53:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T10:45:59.000Z (over 5 years ago)
- Last Synced: 2025-01-28T04:29:09.492Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2020, aoc, aoc2020, python
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2020 in Python 🎅
My solutions for [Advent of Code 2020](https://adventofcode.com/2020) in Python.
## Usage
```
usage: aoc [-h] day part [input]
positional arguments:
day
part
input
optional arguments:
-h, --help show this help message and exit
```