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
- Host: GitHub
- URL: https://github.com/nelsonwenner/advent-of-code
- Owner: nelsonwenner
- Created: 2021-12-14T21:58:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T15:38:10.000Z (over 3 years ago)
- Last Synced: 2025-03-04T07:23:29.907Z (over 1 year ago)
- Topics: advent-of-code, ruby
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
---