github.com/olivierbellone/aoc2022
main / published Dec 25, 2022 / repository
My solutions for Advent of Corde 2022
aoc2022
My solutions for Advent of Code 2022. Going with Crystal this year :)
Installation
No idea how you'd install this, or why you'd want to really.
Usage
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
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/olivierbellone/aoc2022/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Olivier Bellone - creator and maintainer