Skip to content

Jaxwood/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Build

Setup

Install Ruby using mise

mise install ruby

Install dependencies

bundle install

Testing

rake test

Run the tests for a specific day

rake test TEST=test/unit/day01_test.rb