https://github.com/hainesr/aoc-2018
My attempts at Advent of Code 2018.
https://github.com/hainesr/aoc-2018
advent-of-code advent-of-code-2018 ruby
Last synced: 1 day ago
JSON representation
My attempts at Advent of Code 2018.
- Host: GitHub
- URL: https://github.com/hainesr/aoc-2018
- Owner: hainesr
- License: unlicense
- Created: 2018-12-01T17:32:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T18:48:31.000Z (over 7 years ago)
- Last Synced: 2025-03-04T11:43:24.392Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2018, ruby
- Language: Ruby
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Advent of Code 2018
## Robert Haines
My attempt at doing [Advent of Code 2018](http://adventofcode.com/2018) in Ruby, with tests and all the trimmings.
[](https://travis-ci.org/hainesr/aoc-2018)
[](https://codeclimate.com/github/hainesr/aoc-2018/maintainability)
### Usage
After cloning, and changing into the `aoc-2018` 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-2018
```
Or via `rake`:
```shell
$ rake run
```
You can run multiple days like this:
```shell
$ rake run ...
```
### Licence
[Public Domain](http://unlicense.org).