Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troynt/adventofcode2019
https://github.com/troynt/adventofcode2019
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/troynt/adventofcode2019
- Owner: troynt
- Created: 2019-12-01T00:31:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T00:31:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T20:04:04.115Z (almost 2 years ago)
- Language: Ruby
- Homepage: https://adventofcode.com/2019
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
* Ruby 2.5
# Setup
`bundle install`# Run all tests
`ruby main.rb`
# Watch test that is being modified
`bundle exec guard`