Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcinruszkiewicz/adventofcode_2023


https://github.com/marcinruszkiewicz/adventofcode_2023

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code

Solutions in Ruby for puzzles from [here](https://adventofcode.com/2023).

- Run `bundle install` to get dependencies for tests installed
- Run `rspec` to run all the tests or select a day from the spec directory to run a single one.
- edit the `run.rb` to select your day
- Run `ruby run.rb` to see the result of the puzzle.