tmkfile - aoc22 - advent of code 2022 solutions
 (HTM) git clone git://src.adamsgaard.dk/aoc22
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       tmkfile (216B)
       ---
            1 run:V:
            2         ./aoc5 <input
            3         ./aoc5b <input
            4 
            5 test:V:
            6         # correct result: CMZ
            7         #         [Z]
            8         #         [N]
            9         #         [D]
           10         # [C] [M] [P]
           11         #  1   2   3
           12         ./aoc5 <testinput
           13 
           14 test2:V:
           15         # correct result: MCD
           16         ./aoc5b <testinput