aoc2022

Advent of Code 2022 solutions in Rust
git clone git://code.mfashby.net:/aoc2022
Log | Files | Refs

day5_ex.txt (124B)


      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