Select Git revision

Christopher Bohn authored
README.md 347 B
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.