summaryrefslogtreecommitdiff
path: root/lib/azure_ex.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/azure_ex.ex')
-rw-r--r--lib/azure_ex.ex18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/azure_ex.ex b/lib/azure_ex.ex
new file mode 100644
index 0000000..36dea15
--- /dev/null
+++ b/lib/azure_ex.ex
@@ -0,0 +1,18 @@
+defmodule AzureEx do
+ @moduledoc """
+ Documentation for `AzureEx`.
+ """
+
+ @doc """
+ Hello world.
+
+ ## Examples
+
+ iex> AzureEx.hello()
+ :world
+
+ """
+ def hello do
+ :world
+ end
+end