chessh/lib/chessh.ex

6 lines
58 B
Elixir

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