URI:
       ttestinput - aoc22 - advent of code 2022 solutions
  HTML git clone git://src.adamsgaard.dk/aoc22
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       ttestinput (125B)
       ---
            1     [D]    
            2 [N] [C]    
            3 [Z] [M] [P]
            4  1   2   3 
            5 
            6 move 1 from 2 to 1
            7 move 3 from 1 to 3
            8 move 2 from 2 to 1
            9 move 1 from 1 to 2