about summary refs log tree commit diff
path: root/users/sterni/exercises/aoc/2022/02/2.bqn
blob: 65e3c817bbd2390472e331b5b0385e3ea204456c (plain) (blame)
1
2
3
4
5
6
7
lib ← •Import •path∾"/../../lib.bqn"
i ← 3|"ABCXYZ"⊸⊐¨ ' ' ⊑¨∘lib.SplitOn¨ •FLines •path∾"/input"
S1 ← {1+𝕩+3×3|1+𝕩-𝕨}
S2 ← {𝕨 S1 3|𝕨+𝕩-1}

•Out "day02.1: "∾•Fmt +´S1´¨i
•Out "day02.2: "∾•Fmt +´S2´¨i