Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Advent of Code 2021

Run all Solutions

ruby main.rb

Run a Single Solution

cd solutions/DAY
ruby main.rb

NOTE: Some solutions have test cases you can also run with ruby test.rb

Generate a New Solution Directory

sh new.sh

NOTE: This also changes directory to the new solution directory.