Watch
1
0
Fork
You've already forked advent-of-code
0
advent-of-code/2025/day04.ua
2025-12-14 13:41:00 -05:00

33 lines
396 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

~ "aoc.ua" ~ Lines
Input ← Lines &fras "input/day04.txt"
Wall ← ≡◇=@@ Input
# Removed ? Wall
Step ← |1 (
/⊂ -₁⇡[3 3]
▽¬⍜⍉(⊡1)⊸⦷0_0
/+ ⊸⬚0↻
<4
×
)
# Removed Wall' ? Wall
Run ← |1.2 (
⍢(
| ⊙(
⊸Step
⟜-
/+♭
)
⤙+
≠₀
) 0
)
Part₁ ← /+♭ Step
Part₂ ← ⊙◌ Run
Part₁ Wall
Part₂ Wall