aoc2019

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

github.com/crespyl/Advent-of-Code-2019

No description declared in shard.yml.

1 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  aoc2019:
    github: crespyl/Advent-of-Code-2019
    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
no constraint declared

Dependencies

Runtime Dependencies

  • crt0.4.0github: maiha/crt.cr
  • termbox*github: andrewsuzuki/termbox-crystal
  • readline*github: crystal-lang/crystal-readline

README

Advent of Code 2019

I've decided to take the opportunity to learn a bit of Crystal during this years Advent of Code.

Most solutions are written in Ruby first since I can do that quickly, then ported to Crystal (which is usually trivial).

Depends on Crystal, Ruby, and redo for the build.