From b2177236cec81b7f5cf6caeb8615750235ac1561 Mon Sep 17 00:00:00 2001 From: Hentioe Date: Sun, 18 Oct 2020 02:31:43 +0800 Subject: Init --- lib/azure_ex.ex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/azure_ex.ex (limited to 'lib/azure_ex.ex') 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 -- cgit v1.2.3