Skip to content
Snippets Groups Projects
Select Git revision
  • 24e81aea1ab7f92033552e2d26292b1aea5cd7fe
  • main default protected
2 results

README.md

Blame
  • 2021 Advent of Coding Solutions

    Day 1

    A nice little warmup exercise in which we iterate over a list. Notice that I get to use Java's new multiline strings.

    Day 2

    Can we follow instructions? Yes we can. This isn't a particularly challenging problem. Beside using Java's new Records, I'm also using Java's new style of switch statements.