From 3363ab2da764825558c859f4419ff99528ed2274 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Fri, 11 Oct 2024 15:09:29 +0200 Subject: Add elixir code --- elixir/workshop1_test.exs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 elixir/workshop1_test.exs (limited to 'elixir/workshop1_test.exs') diff --git a/elixir/workshop1_test.exs b/elixir/workshop1_test.exs new file mode 100644 index 0000000..f0b4603 --- /dev/null +++ b/elixir/workshop1_test.exs @@ -0,0 +1,8 @@ +defmodule Workshop1Test do + use ExUnit.Case + doctest Workshop1 + + test "greets the world" do + assert Workshop1.hello() == :world + end +end -- cgit v1.2.3