18 lines
459 B
Markdown
18 lines
459 B
Markdown
# [Day 19](https://adventofcode.com/2023/day/19)
|
|
:gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift::gift:
|
|
|
|
Today's language: **python**
|
|
|
|
Lines of code: **82**
|
|
|
|
Execution time: **2h 18m 6,59s**
|
|
|
|
I did not have a loot of time today, so I did it in pyhton.
|
|
For task 2, I filtered most out most combinations and then bruteforced it.
|
|
|
|
```shell
|
|
python3 day19.py
|
|
```
|
|
<!-- no time for a better solution -->
|
|
|