From 7c215338793d8bde733ce794b2acfe6706c4abac Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 10 Dec 2025 14:52:16 -0500 Subject: [PATCH] 2025 Day 3 Part 1 --- 2025/day03.ua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 2025/day03.ua diff --git a/2025/day03.ua b/2025/day03.ua new file mode 100644 index 0000000..a5989eb --- /dev/null +++ b/2025/day03.ua @@ -0,0 +1,16 @@ +~ "aoc.ua" ~ Lines + +Input ← Lines &fras "input/day03.txt" +Banks ← ⍚(≡⋕) Input + +BestJoltage ← ( + ˙⊞˜⊂ °⊏ + ↯ ∞_2 + ▽⊸≡(>°⊟) + ⊏ + ≡⇌ + ⌝⊥10 + /↥ +) + +/+ ≡(BestJoltage°□) Banks