16 lines
225 B
Text
16 lines
225 B
Text
~ "aoc.ua" ~ Lines
|
|
|
|
Input ← Lines &fras "input/day03.txt"
|
|
Banks ← ⍚(≡⋕) Input
|
|
|
|
BestJoltage ← (
|
|
˙⊞˜⊂ °⊏
|
|
↯ ∞_2
|
|
▽⊸≡(>°⊟)
|
|
⊏
|
|
≡⇌
|
|
⌝⊥10
|
|
/↥
|
|
)
|
|
|
|
/+ ≡(BestJoltage°□) Banks
|