Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klippx/adventofcode
https://github.com/klippx/adventofcode
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/klippx/adventofcode
- Owner: klippx
- Created: 2015-12-23T10:56:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T21:39:48.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T16:43:16.591Z (about 2 months ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adventofcode
Running ALL tests:
`rake test`
## Day n
Run tests: rake day<%02n>:test
Run solution: rake day<%02n>:answer
### Example, day n=1:
Run tests: `rake day01:test`
Run solution: `rake day01:answer`