aboutsummaryrefslogtreecommitdiff
path: root/lib/chessh.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chessh.ex')
-rw-r--r--lib/chessh.ex7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/chessh.ex b/lib/chessh.ex
new file mode 100644
index 0000000..42bb21f
--- /dev/null
+++ b/lib/chessh.ex
@@ -0,0 +1,7 @@
+defmodule Chessh do
+ require Logger
+
+ def hello() do
+ :world
+ end
+end