Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

Awesome Lists containing this project

README

        

# Advent of code 2022 :christmas_tree::santa::gift:

Python

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