Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🎄

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