exosyphon / advent_of_code

https://adventofcode.com exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://adventofcode.com exercises


Languages

Language:Kotlin 60.4%Language:TypeScript 33.2%Language:Ruby 6.4%