diff options
Diffstat (limited to '2021/19/input.txr')
-rw-r--r-- | 2021/19/input.txr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/19/input.txr b/2021/19/input.txr new file mode 100644 index 0000000..adbc19f --- /dev/null +++ b/2021/19/input.txr @@ -0,0 +1,9 @@ +@(collect) +--- scanner @s --- +@ (collect :vars (p)) +@x,@y,@z +@ (bind p @(vec (toint x) (toint y) (toint z))) +@ (until) + +@ (end) +@(end) |