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

https://github.com/healeycodes/advent-of-code-2023


https://github.com/healeycodes/advent-of-code-2023

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# advent-of-code-2023

Add inputs:

```
mkdir inputs
cat "" > inputs/1.txt
```

Run days:

```
python days/1.py
```

🎅