diff --git a/19/README.md b/19/README.md new file mode 100644 index 0000000..d810e0d --- /dev/null +++ b/19/README.md @@ -0,0 +1,17 @@ +# [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 +``` + +