From 3b27d3b3093b72aa90b18845b4f79e92525430f8 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Tue, 19 Dec 2023 17:12:01 +0100 Subject: [PATCH] day19: python --- 19/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 19/README.md 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 +``` + +