aoc2022

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

day18_ex.txt (77B)


      1 2,2,2
      2 1,2,2
      3 3,2,2
      4 2,1,2
      5 2,3,2
      6 2,2,1
      7 2,2,3
      8 2,2,4
      9 2,2,6
     10 1,2,5
     11 3,2,5
     12 2,1,5
     13 2,3,5