Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
My solutions for Advent of Code 2022. Going with Crystal this year :)
No idea how you'd install this, or why you'd want to really.
Invoke the binary with the day number as the first argument, and the input file as the second argument.
E.g. to compute the solutions for the first day's puzzles:
aoc2022 1 input/day1.txt
TODO: Write development instructions here
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)