Shard Detail

aoc2022 v0.1.0

My solutions for Advent of Corde 2022

Install & Use

Add the following code to your project's shard.yml under:

dependencies to use in production
- OR -
development_dependencies to use in development


aoc2022:
  github: olivierbellone/aoc2022

Readme

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