From 9cdfb6eb9cd30c4e06a7d9fef53e519983827d81 Mon Sep 17 00:00:00 2001 From: Simponic Date: Mon, 19 Dec 2022 01:37:10 -0700 Subject: Initial commit! --- lib/chessh.ex | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/chessh.ex (limited to 'lib/chessh.ex') 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 -- cgit v1.3