diff options
Diffstat (limited to 'lib/chessh.ex')
-rw-r--r-- | lib/chessh.ex | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chessh.ex b/lib/chessh.ex deleted file mode 100644 index 82d0cfc..0000000 --- a/lib/chessh.ex +++ /dev/null @@ -1,5 +0,0 @@ -defmodule Chessh do - def hello() do - :world - end -end |