Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehandalal/aoc2020
https://adventofcode.com/2020
https://github.com/rehandalal/aoc2020
advent-of-code advent-of-code-2020
Last synced: 28 days ago
JSON representation
https://adventofcode.com/2020
- Host: GitHub
- URL: https://github.com/rehandalal/aoc2020
- Owner: rehandalal
- Created: 2020-12-28T21:25:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T19:06:28.000Z (about 4 years ago)
- Last Synced: 2024-11-01T13:05:42.357Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Python
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADVENT OF CODE 2020
Clone the project and run:
```
$ ./aoc.py run 12
```In the example above `12` is the day for which we want to run the puzzle solver.
To run tests for a given day:
```
$ ./aoc.py test 12
```