My answers for Advent of code events
# Generate stubs for exercises
# ./exe/aoc gen <day> --year=<year, default to current>
$ ./exe/aoc gen one --year=2015
# Execute exercises
# ./exe/aoc exec <day> [part] --year=<year, default to current>
$ ./exe/aoc exec one --year=2015
$ ./exe/aoc exec one second --year=2015
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Adventofcode2020 project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.