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