-
Install ruby
-
Install bundler
gem install bundler
-
Install project dependencies
bundle install
-
Run a solution
# ruby index.rb solve <YEAR> <DAY> <PUZZLE_ARGS> ruby index.rb solve 2020 1 2
-
Install Node.js
-
Run a solution
# node path/to/puzzle <PUZZLE_ARGS> node 2020/1/index.js 2