Solutions to a series of code puzzles found at adventofcode
./gradlew test
./gradlew solution -Pday=1 -Pproblem=floor"
./gradlew solutions
If you notice some weird code constructs, I'm trying to avoid if
(or in groovy ?
) statements. Just for fun.