aoc2022

Advent of Code 2022 solutions in Perl.
git clone git://git.samirparikh.com/aoc2022
Log | Files | Refs | README

test (125B) - raw


      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