package

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

  1. Fork it (https://github.com/olivierbellone/aoc2022/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

API