A scala 3 winter miracle!
Run it with SBT.
% sbt
sbt:aoc> runMain org.merlin.aoc.year2022.day16.part1
###
sbt:aoc> runMain org.merlin.aoc.year2022.day16.part2
###
sbt:aoc> test
...
sbt:aoc> testOnly -- -l "org.scalatest.tags.Slow"
...
sbt:aoc> testOnly -- -z "2022 day 01"
...
sbt:aoc> Jmh/run -i 3 -wi 3 -f1 -t1 -tu ms -bm avgt .*11.*
Input files in this repo are encrypted with git-crypt so, you know, use your own.