From 782ca010fbc57025e4c69fa71085bb6997af23c5 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 9 Aug 2024 15:02:27 +0200 Subject: Initial commit --- lib/mystic.ex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/mystic.ex (limited to 'lib/mystic.ex') diff --git a/lib/mystic.ex b/lib/mystic.ex new file mode 100644 index 0000000..1abf785 --- /dev/null +++ b/lib/mystic.ex @@ -0,0 +1,18 @@ +defmodule Mystic do + @moduledoc """ + Documentation for `Mystic`. + """ + + @doc """ + Hello world. + + ## Examples + + iex> Mystic.hello() + :world + + """ + def hello do + :world + end +end -- cgit v1.2.3-70-g09d2