https://github.com/jnxf/advent-of-code-2020
:christmas_tree: Christmas programming challenge
https://github.com/jnxf/advent-of-code-2020
advent-of-code advent-of-code-2020
Last synced: 4 months ago
JSON representation
:christmas_tree: Christmas programming challenge
- Host: GitHub
- URL: https://github.com/jnxf/advent-of-code-2020
- Owner: JnxF
- License: mit
- Created: 2020-12-01T11:49:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T13:36:45.000Z (over 4 years ago)
- Last Synced: 2025-02-01T10:15:08.043Z (5 months ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Python
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2020


[](https://GitHub.com/JnxF/advent-of-code-2020/stargazers/)
[](https://GitHub.com/JnxF/advent-of-code-2020/network/)
[](https://github.com/JnxF/advent-of-code-2020)
[](https://GitHub.com/JnxF/advent-of-code-2020/graphs/contributors/)
[](https://github.com/JnxF/advent-of-code-2020/blob/master/LICENSE)## Completion status
## Installation
```bash
pip install -r
```## Usage
```bash
$ python3 -i day01.py
>>> part1()
>>> part2()
>>> from aocd import submit
>>> submit(part2())
```## License
[MIT](https://choosealicense.com/licenses/mit/)