/adventofcode-2019

:snowman: Solutions to Advent of Code 2019 (www.adventofcode.com)

Primary LanguageRuby

Advent of Code 2019

Actions Status

Contains my personal solutions to Advent of code problems.

Advent of code is hosted on http://adventofcode.com

Requirements

Ruby 2.6.5

Rspec

Usage

ruby main.rb

Then enter the number of the problem on the prompt

Tests

rspec

Benchmarking

ruby benchmark.rb

To output it in the file

ruby benchmark.rb >benchmark.txt