initi elixir project
This commit is contained in:
commit
4fe3b96832
10 changed files with 197 additions and 0 deletions
18
lib/p2p_chat.ex
Normal file
18
lib/p2p_chat.ex
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
defmodule P2pChat do
|
||||
@moduledoc """
|
||||
Documentation for `P2pChat`.
|
||||
"""
|
||||
|
||||
@doc """
|
||||
Hello world.
|
||||
|
||||
## Examples
|
||||
|
||||
iex> P2pChat.hello()
|
||||
:world
|
||||
|
||||
"""
|
||||
def hello do
|
||||
:world
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue