From a106c948c2056cb855ae6603842c5c165f03d716 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 15 Mar 2021 06:17:25 -0600 Subject: initialize Elixir project --- lib/hope.ex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/hope.ex (limited to 'lib') diff --git a/lib/hope.ex b/lib/hope.ex new file mode 100644 index 0000000..7f4e66f --- /dev/null +++ b/lib/hope.ex @@ -0,0 +1,18 @@ +defmodule Hope do + @moduledoc """ + Documentation for `Hope`. + """ + + @doc """ + Hello world. + + ## Examples + + iex> Hope.hello() + :world + + """ + def hello do + :world + end +end -- cgit v1.2.3