https://github.com/hainesr/aoc-2019
My attempts at Advent of Code 2019.
https://github.com/hainesr/aoc-2019
advent-of-code advent-of-code-2019 ruby
Last synced: 18 days ago
JSON representation
My attempts at Advent of Code 2019.
- Host: GitHub
- URL: https://github.com/hainesr/aoc-2019
- Owner: hainesr
- License: unlicense
- Created: 2019-11-24T22:06:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T22:25:45.000Z (over 6 years ago)
- Last Synced: 2025-10-28T03:27:37.056Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2019, ruby
- Language: Ruby
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Advent of Code 2019
## Robert Haines
My attempt at doing [Advent of Code 2019](http://adventofcode.com/2019) in Ruby, with tests and all the trimmings.
[](https://travis-ci.org/hainesr/aoc-2019)
[](https://codeclimate.com/github/hainesr/aoc-2019/maintainability)
### Usage
After cloning, and changing into the `aoc-2019` directory, run:
```shell
$ gem install bundler
$ bundle install
$ rake
```
This will set everything up and run all the tests.
To run the solution for a particular day:
```shell
$ ./aoc-2019
```
Or via `rake`:
```shell
$ rake run
```
You can run multiple days like this:
```shell
$ rake run ...
```
### Licence
[Public Domain](http://unlicense.org).