aoc2022

Version, currently main branch1 version
  • main branchlatestDec 25, 2022

github.com/olivierbellone/aoc2022

My solutions for Advent of Corde 2022

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  aoc2022:
    github: olivierbellone/aoc2022
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.6.2
License
MIT
Author
Olivier Bellone
Target
  • aoc2022 from src/main.cr

Dependencies

This version declares no dependencies.

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