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

https://github.com/paramt/advent-of-code

my AoC solutions in Python
https://github.com/paramt/advent-of-code

Last synced: about 1 year ago
JSON representation

my AoC solutions in Python

Awesome Lists containing this project

README

          

# advent-of-code
My [AoC](https://adventofcode.com/) solutions in Python

To run:

Create an `input.txt` file inside the folder you want to run.
You'll also need to add a newline with just a `0` at the end of your input file.

```
$ cd day01
$ python part1.py < input.txt
```