my-solutions/readme.md
2022-12-03 12:19:24 +05:00

18 lines
260 B
Markdown

# Rubycode
Solutions of leetcode problems in Ruby.
- [My profile](https://leetcode.com/ordinary-dev/)
## How to run solutions
```bash
cd problems/random-problem
ruby test.rb
```
## Solution structure
- `main.rb` - the solution itself
- `test.rb` - tests