Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdalvaro/advent-of-code-ruby
🎄💎 Advent of Code in Ruby
https://github.com/cdalvaro/advent-of-code-ruby
advent-of-code advent-of-code-2023 challenges puzzles ruby
Last synced: 2 days ago
JSON representation
🎄💎 Advent of Code in Ruby
- Host: GitHub
- URL: https://github.com/cdalvaro/advent-of-code-ruby
- Owner: cdalvaro
- License: mit
- Created: 2023-12-06T19:24:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T12:33:51.000Z (9 months ago)
- Last Synced: 2024-10-11T19:48:06.563Z (27 days ago)
- Topics: advent-of-code, advent-of-code-2023, challenges, puzzles, ruby
- Language: Ruby
- Homepage: https://adventofcode.com
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
This repo contains my solutions to the [Advent of Code](https://adventofcode.com) challenges, written in
the [Ruby](https://www.ruby-lang.org) programming language.The project is compose of two main parts:
- A library, located in the [`lib/`](lib/) directory, containing the code for the solutions.
- A set of tests, located in the [`test/`](test/) directory, containing the tests for the solutions.Tests are written using the [minitest](https://github.com/minitest/minitest) framework.
To run the tests, simply run the following command:
```bash
bundle install
SKIP_SLOW_TESTS=1 bundle exec rake test
```## Puzzles
Advent of Code - 2023
Day
Solution
Rank
1️⃣ Trebuchet?!
lib/puzzles/2023/day01
🌟🌟
2️⃣ Cube Conundrum
lib/puzzles/2023/day02
🌟🌟
3️⃣ Gear Ratios
lib/puzzles/2023/day03
🌟🌟
4️⃣ Scratchcards
lib/puzzles/2023/day04
🌟🌟
5️⃣ If You Give A Seed A Fertilizer
lib/puzzles/2023/day05
🌟🌟
6️⃣ Wait For It
lib/puzzles/2023/day06
🌟🌟
7️⃣ Camel Cards
lib/puzzles/2023/day07
🌟🌟
8️⃣ Haunted Wasteland
lib/puzzles/2023/day08
🌟🌟
9️⃣ Mirage Maintenance
lib/puzzles/2023/day09
🌟🌟
1️⃣0️⃣ The Great Escape
lib/puzzles/2023/day10
🌟🌟
1️⃣1️⃣ Cosmic Expansion
lib/puzzles/2023/day11
🌟🌟