An open API service indexing awesome lists of open source software.

https://github.com/nelsonwenner/advent-of-code

:star: Advent of code
https://github.com/nelsonwenner/advent-of-code

advent-of-code ruby

Last synced: about 1 month ago
JSON representation

:star: Advent of code

Awesome Lists containing this project

README

          


Advent Of Code

## :rocket: Technologies

* [Ruby](https://www.ruby-lang.org/en/)

## :information_source: Getting Started

* Install Dependencies
```shell
$ bundle install
```

* Run code
```shell
$ ruby number_increases.rb input.txt
```

* Run tests
```shell
$ bin/guard
```
---