This repository contains my solutions to some challenges.
- Install ruby >= 3.0.0
- Run the following command
ruby <file>.rb
Each file has ow test cases using TestUnit, built in test framework of Ruby: ruby <file>.rb
NOTE: some code might be broken as it's playground