Add a disclaimer
This commit is contained in:
parent
7ed212ce27
commit
de7d56a589
1 changed files with 5 additions and 2 deletions
|
@ -4,14 +4,17 @@ Solutions of leetcode problems in Ruby.
|
|||
|
||||
- [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
|
||||
cd problems/random-problem
|
||||
ruby test.rb
|
||||
```
|
||||
|
||||
## Solution structure
|
||||
## Structure
|
||||
|
||||
- `main.rb` - the solution itself
|
||||
- `test.rb` - tests
|
||||
|
|
Loading…
Reference in a new issue