about summary refs log tree commit diff
path: root/day02.bqn
blob: ae2c60db34be9cc6d435e3a7b7f036a8000f5a47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
d←•FLines"day02"
c←⊑¨d
n←'0'-˜¯1⊑¨d

pos←+´n×'f'=c
aim←+`n×1-˜"ufd"⊐c
depth←⊑⌽aim
•Out pos×depth

depth2←+´n×aim×'f'=c
•Out pos×depth2

{ # Golfed:
•Out (p←+´m←n×c=9)×⊑⌽a←+`(n←'0'-˜¯1⊑¨d)×1-˜4‿9‿6⊐c←≠¨d←•FLines"day02"
•Out p×+´a×m
}