chessh/lib/chessh.ex

6 lines
58 B
Elixir
Raw Normal View History

2022-12-19 03:37:10 -05:00
defmodule Chessh do
def hello() do
:world
end
end