Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmesek/advent-of-code
Advent of Code Solutions
https://github.com/mmesek/advent-of-code
advent-of-code advent-of-code-2020 advent-of-code-2021
Last synced: about 13 hours ago
JSON representation
Advent of Code Solutions
- Host: GitHub
- URL: https://github.com/mmesek/advent-of-code
- Owner: Mmesek
- Created: 2021-12-01T12:09:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T13:25:58.000Z (11 months ago)
- Last Synced: 2023-12-20T17:14:38.406Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2021
- Language: Python
- Homepage: https://adventofcode.com/
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/Mmesek/Advent-of-Code)My solutions for [Advent of Code](https://adventofcode.com/) puzzles alongside utility functions
Loads inputs from `/inputs` directory. Downloads directly from website when `cookie.dat` is specified
Running solution for current day/year:
```sh
python -m AoC
```specifying `--day` and `--year` allows to run a different day/year than current calendar one
Additionaly, `--day` may contain optional suffix used for file resolution (Useful if there are multiple solutions for the same puzzle)