solved day 2

This commit is contained in:
aaron
2022-12-02 23:54:10 +01:00
parent 86e0f0a90e
commit ef3d1d1081
2 changed files with 90 additions and 24 deletions

View File

@@ -4,3 +4,9 @@
* [python aocd library](https://pypi.org/project/advent-of-code-data/)
## session token
```bash
$ cat .env
export AOC_SESSION="53616c..."
```