/advent_of_code

https://adventofcode.com exercises

Primary LanguageKotlin

Advent of Code Exercises

Run 2018

  • Install ruby
  • run rspec file_spec.rb for tests
  • run irb -r './file.rb' and then puts class/method inside the irb session

Run 2022

cd day_1
./gradlew run

Test

cd day_1
./gradlew test