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 (299B)


      1--- Part Two ---
      2
      3Suppose the lanternfish live forever and have unlimited food and space. Would they take over the
      4entire ocean?
      5
      6After 256 days in the example above, there would be a total of 26984457539 lanternfish!
      7
      8How many lanternfish would there be after 256 days?
      9
     10