Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamilturek/aoc-2022

Advent of Code 2022
https://github.com/kamilturek/aoc-2022

Last synced: 26 days ago
JSON representation

Advent of Code 2022

Awesome Lists containing this project

README

        

# Advent of Code 2022

## Python

### Test

```bash
cd day01
```

```bash
python -m doctest part1.py
```

### Run

```bash
cd day01
```

```bash
cat input1.txt | python part1.py
```