2025 Day 3 Part 1
This commit is contained in:
parent
e66deb148b
commit
7c21533879
1 changed files with 16 additions and 0 deletions
16
2025/day03.ua
Normal file
16
2025/day03.ua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
~ "aoc.ua" ~ Lines
|
||||
|
||||
Input ← Lines &fras "input/day03.txt"
|
||||
Banks ← ⍚(≡⋕) Input
|
||||
|
||||
BestJoltage ← (
|
||||
˙⊞˜⊂ °⊏
|
||||
↯ ∞_2
|
||||
▽⊸≡(>°⊟)
|
||||
⊏
|
||||
≡⇌
|
||||
⌝⊥10
|
||||
/↥
|
||||
)
|
||||
|
||||
/+ ≡(BestJoltage°□) Banks
|
||||
Loading…
Reference in a new issue