Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 763 Bytes

Advent of code

My answers for Advent of code events

Usage

# 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

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Adventofcode2020 project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.