bronislav / advent_of_code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code Solutions

This repository contains my solutions to the Advent of Code challenges written in Ruby.

Instructions

To run the solutions, you need to have Ruby installed on your machine.

To run a solution, run the following command:

bundle exec thor app solve <day> <part>

To run a tests for a solution, run the following command:

bundle exec thor app test <day> <part>

About


Languages

Language:Ruby 100.0%