https://github.com/marcinruszkiewicz/adventofcode_2023
https://github.com/marcinruszkiewicz/adventofcode_2023
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcinruszkiewicz/adventofcode_2023
- Owner: marcinruszkiewicz
- Created: 2023-12-07T15:02:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T13:46:34.000Z (over 1 year ago)
- Last Synced: 2025-02-07T21:42:07.635Z (5 months 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.