Skip to content

hainesr/aoc-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Robert Haines

My attempt at doing Advent of Code 2022 in Ruby, with tests and all the trimmings.

Tests Linter Maintainability

Usage

After cloning, and changing into the aoc-2022 directory, run:

$ gem install bundler
$ bundle install
$ rake

This will set everything up and run all the tests.

To run the solution for a particular day:

$ ./aoc-2022 <day>

Or via rake:

$ rake run <day>

You can run multiple days like this:

$ rake run <day_1> <day_2> ... <day_n>

Licence

Public Domain.

About

My attempts at Advent of Code 2022.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages