/advent-of-code-2022

Personal solutions to AOC 2022 Problems

Primary LanguageRuby

Advent of Code 2022

Actions Status

Contains my personal solutions to Advent of code problems.

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

Requirements

Ruby 3.1.x

Minitest

Usage

rake run

Then enter the number of the problem on the prompt

Tests

rake test

Benchmarking

rake benchmark

To output it in the file

rake benchmark >benchmark.txt