From 8582813d62678c6aa9dfd65a10c3266495dc9984 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Thu, 27 Jun 2024 20:42:12 +0500 Subject: [PATCH] docs: add instructions for elixir projects --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 5eff463..b70f39f 100644 --- a/readme.md +++ b/readme.md @@ -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.