You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
advent-of-code/2024/uiua/day_01.ua

17 lines
218 B

# Experimental!
$ 3 4
$ 4 3
$ 2 5
$ 1 3
$ 3 9
$ 3 3
Raw ←
Input ← ⍉↯∞_2 ∵⋕regex "\\d+" Raw
Part₁ ← /+⌵- °⊟ ≡⍆
Part₂ ← /+× ⟜(/+⍉⊞=) °⊟
⊂⊃Part₁Part₂ Input