add all modules, better gradle setup, and elixir for server
This commit is contained in:
18
plt-server/lib/plt_server.ex
Normal file
18
plt-server/lib/plt_server.ex
Normal file
@@ -0,0 +1,18 @@
|
||||
defmodule PltServer do
|
||||
@moduledoc """
|
||||
Documentation for `PltServer`.
|
||||
"""
|
||||
|
||||
@doc """
|
||||
Hello world.
|
||||
|
||||
## Examples
|
||||
|
||||
iex> PltServer.hello()
|
||||
:world
|
||||
|
||||
"""
|
||||
def hello do
|
||||
:world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user