Add a disclaimer

This commit is contained in:
Ivan R. 2022-12-31 12:14:39 +05:00
parent 7ed212ce27
commit de7d56a589
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -4,14 +4,17 @@ Solutions of leetcode problems in Ruby.
- [My profile](https://leetcode.com/ordinary-dev/) - [My profile](https://leetcode.com/ordinary-dev/)
## How to run solutions I don't claim to be the best programmer.
These solutions may not be the most optimal, but these are my solutions.
## How to run
```bash ```bash
cd problems/random-problem cd problems/random-problem
ruby test.rb ruby test.rb
``` ```
## Solution structure ## Structure
- `main.rb` - the solution itself - `main.rb` - the solution itself
- `test.rb` - tests - `test.rb` - tests