Select Git revision

Christopher Bohn authored
README.md 451 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.
Day 3
My CSCE 231 students should be able to do this problem in their sleep -- bit masks are cool.