Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T13:36:45.000Z (about 4 years ago)
- Last Synced: 2024-12-05T17:06:13.564Z (2 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
![Python workflow](https://github.com/JnxF/advent-of-code-2020/workflows/Python%20workflow/badge.svg)
![Hits](https://visitor-badge.glitch.me/badge?page_id=jnxf._advent-of-code-2020)
[![GitHub stars](https://img.shields.io/github/stars/JnxF/advent-of-code-2020.svg)](https://GitHub.com/JnxF/advent-of-code-2020/stargazers/)
[![GitHub forks](https://img.shields.io/github/forks/JnxF/advent-of-code-2020.svg)](https://GitHub.com/JnxF/advent-of-code-2020/network/)
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/JnxF/advent-of-code-2020.svg)](https://github.com/JnxF/advent-of-code-2020)
[![GitHub contributors](https://img.shields.io/github/contributors/JnxF/advent-of-code-2020.svg)](https://GitHub.com/JnxF/advent-of-code-2020/graphs/contributors/)
[![GitHub license](http://img.shields.io/github/license/JnxF/advent-of-code-2020.svg)](https://github.com/JnxF/advent-of-code-2020/blob/master/LICENSE)## Completion status
![Solved problems image](screenshot.png)## 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/)