tmkfile - aoc22 - advent of code 2022 solutions
 (HTM) git clone git://src.adamsgaard.dk/aoc22
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       tmkfile (63B)
       ---
            1 run:V:
            2         ./aoc2 <input
            3 
            4 test:V:
            5         echo 'A Y
            6         B X
            7         C Z' | ./aoc2
            8