docs: add instructions for elixir projects

This commit is contained in:
Ivan R. 2024-06-27 20:42:12 +05:00
parent ede7315d4e
commit 8582813d62
Signed by: lumin
GPG key ID: 927D3132247BDE4E

View file

@ -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.