aoc-2021-rust

Advent of Code 2021 Solutions in Rust
git clone https://git.sinitax.com/sinitax/aoc-2021-rust
Log | Files | Refs | README | sfeed.txt

part2 (430B)


      1--- Part Two ---
      2
      3You still can't quite make out the details in the image. Maybe you just didn't enhance it enough.
      4
      5If you enhance the starting input image in the above example a total of 50 times, 3351 pixels are
      6lit in the final output image.
      7
      8Start again with the original input image and apply the image enhancement algorithm 50 times.
      9How many pixels are lit in the resulting image?
     10
     11