advent

Version, currently master branch1 version
  • master branchlatestDec 15, 2019

github.com/swilk19/advent

advent of code

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  advent:
    github: swilk19/advent
    branch: master

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

Then run:

shards install

shard.yml

Crystal
0.32.0
License
MIT
Author
swilkins
Target
  • advent from src/advent.cr

Dependencies

Runtime Dependencies

  • admiral*github: jwaldrip/admiral.cr

README

Advent

A command line tool to assist solving the Advent of Code 2019 challenges

Installation

shards build

Usage

shards build

bin/advent --help

bin/advent --day 1 --part 2 inputs/1.txt

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/one/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