Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scorphus/advent-of-code-2015
💎♦️ Solutions to Advent of Code 2015 🎄
https://github.com/scorphus/advent-of-code-2015
advent-of-code advent-of-code-2015 advent-of-code-2015-ruby ruby
Last synced: 1 day ago
JSON representation
💎♦️ Solutions to Advent of Code 2015 🎄
- Host: GitHub
- URL: https://github.com/scorphus/advent-of-code-2015
- Owner: scorphus
- License: bsd-3-clause
- Created: 2022-02-20T23:04:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T13:33:06.000Z (over 2 years ago)
- Last Synced: 2024-10-11T22:10:14.913Z (27 days ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2015-ruby, ruby
- Language: Ruby
- Homepage: https://adventofcode.com/2015
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :christmas_tree: Advent of Code 2015 [![Build Status][build-badge]][action-link] [![Coverage Status][codecov-badge]][codecov-link]
Solutions to [Advent of Code 2015] in [Ruby][ruby]:gem::diamonds:
## Motivations
- Learn [Ruby][ruby], its tooling and ecosystem :gem::diamonds:
- Practice problem solving :zap:
- Have fun :slightly_smiling_face:## License
Code in this repository is distributed under the terms of the BSD 3-Clause
License (BSD-3-Clause).See [LICENSE] for details.
[build-badge]: https://github.com/scorphus/advent-of-code-2015/workflows/Ruby/badge.svg
[action-link]: https://github.com/scorphus/advent-of-code-2015/actions?query=workflow%3ARuby
[codecov-badge]: https://codecov.io/gh/scorphus/advent-of-code-2015/branch/main/graph/badge.svg
[codecov-link]: https://codecov.io/gh/scorphus/advent-of-code-2015
[advent of code 2015]: https://adventofcode.com/2015
[ruby]: https://www.ruby-lang.org/
[license]: LICENSE