summaryrefslogtreecommitdiffstats
path: root/2021/19/input.txr
blob: adbc19f3b499a62e07b78132d5a5f46a04e6c75d (plain)
1
2
3
4
5
6
7
8
9
@(collect)
--- scanner @s ---
@  (collect :vars (p))
@x,@y,@z
@  (bind p @(vec (toint x) (toint y) (toint z)))
@  (until)

@  (end)
@(end)