Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flopp/aoc2020
My solutions for Advent of Code 2020
https://github.com/flopp/aoc2020
advent-of-code advent-of-code-2020 aoc aoc2020
Last synced: 17 days ago
JSON representation
My solutions for Advent of Code 2020
- Host: GitHub
- URL: https://github.com/flopp/aoc2020
- Owner: flopp
- License: mit
- Created: 2020-12-02T06:14:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T20:47:15.000Z (8 months ago)
- Last Synced: 2024-11-21T20:48:43.630Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020, aoc, aoc2020
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AoC 2020
My solutions for [Advent of Code 2020](https://adventofcode.com/2020).
## C++ Solutions
Run with
```
make 01-cpp
```## Python Solutions
Run with
```
make 01-py
```