Skip to content

Latest commit

 

History

History

2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.