Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcinruszkiewicz/adventofcode_2023
https://github.com/marcinruszkiewicz/adventofcode_2023
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcinruszkiewicz/adventofcode_2023
- Owner: marcinruszkiewicz
- Created: 2023-12-07T15:02:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T13:46:34.000Z (about 1 year ago)
- Last Synced: 2023-12-16T00:25:16.927Z (about 1 year ago)
- Language: Ruby
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.