docs: add instructions for elixir projects
This commit is contained in:
parent
ede7315d4e
commit
8582813d62
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ cd random-problem
|
|||
cargo test
|
||||
```
|
||||
|
||||
Elixir:
|
||||
|
||||
```bash
|
||||
cd random-problem
|
||||
mix test
|
||||
```
|
||||
|
||||
## Why Ruby?
|
||||
|
||||
Solving problems in Ruby can be a lot more fun than it first appears.
|
||||
|
|
Loading…
Reference in a new issue