Advertisement
musifter
Dec 1st, 2022
53
0
Never
This is comment for paste AoC 2022, day 1 (dc)
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. The command I use with this for the input (which needs some mangling) is:
  2.  
  3. perl -pe 's#^$#_1#; BEGIN {print "_1 "}' input | dc -f- dc-p12.dc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement