Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andywaltlova/advent_of_code_2022
Christmas puzzle challenges https://adventofcode.com/2022/
https://github.com/andywaltlova/advent_of_code_2022
advent-of-code advent-of-code-2022 aoc2022
Last synced: about 2 months ago
JSON representation
Christmas puzzle challenges https://adventofcode.com/2022/
- Host: GitHub
- URL: https://github.com/andywaltlova/advent_of_code_2022
- Owner: andywaltlova
- Created: 2022-11-29T16:51:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T00:30:35.000Z (about 2 years ago)
- Last Synced: 2023-03-10T02:51:59.311Z (almost 2 years ago)
- Topics: advent-of-code, advent-of-code-2022, aoc2022
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2022 :christmas_tree::santa::gift:
Input data are downloaded via python module [`aocd`](https://github.com/wimglenn/advent-of-code-data)
## Structure of repository
```
├── data
│ └── 01.txt
│ ...
├── python
│ ├── 00_template.py
│ ├── 01.py
│ ...
│ └── utils.py
└── README.md
```
- To run python solution from repo root `python3 python/01.py`---
https://adventofcode.com/2022