advent-of-code/2022/day-3_rucksack_reorganizati.../README.md

10 lines
268 B
Markdown

# Rucksack Reorganization
Created this solution first, since the implementation seemed fairly easy.
Turns out it was.
<sub> Could use some more list comprehensions though </sub>
## Usage
Expecting the `input.txt` in the same folder as the `main.py`
`python main.py`