chessh/lib/chessh.ex
2022-12-19 01:39:10 -07:00

8 lines
76 B
Elixir

defmodule Chessh do
require Logger
def hello() do
:world
end
end