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

https://github.com/pavi2410/adventofcode2015

bit late, i know
https://github.com/pavi2410/adventofcode2015

advent-of-code aoc aoc-2015 aoc-2015-in-kotlin

Last synced: 2 months ago
JSON representation

bit late, i know

Awesome Lists containing this project

README

        

# AdventOfCode2015

My solutions to the [Advent of Code 2015](https://adventofcode.com/2015) challenges.

Current progress: Day 6 of 25

### My Toolkit

- Python 3
- Pytest

### File structure

```
dayXX/
__init__.py
input.txt
main.py
test.py
```

### Run tests

```shell
pytest dayXX/test.py
```

### Run solution

```shell
python dayXX/main.py
```