tmkfile - aoc22 - advent of code 2022 solutions
 (HTM) git clone git://src.adamsgaard.dk/aoc22
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       tmkfile (175B)
       ---
            1 run:V:
            2         ./aoc4 <input
            3         ./aoc4b <input
            4 
            5 test:V:
            6         # correct result: 2
            7         # pair 4 and 5 are fully contained
            8         ./aoc4 <testinput
            9         
           10 test2:V:
           11         # correct result: 4
           12         ./aoc4b <testinput