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

comments.js

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.

    Day 3

    My CSCE 231 students should be able to do this problem in their sleep -- bit masks are cool.