Advent of Code Java starter Maven Template for Advent of Code puzzles How to use it Create a class that extend aoc.Day with T as the result object type for this day. You have to implement 3 methods : public void init(String ...args); public T part1(); public T part2();