Current section

Files

Jump to
war_with_friends_engine lib war_with_friends_engine.ex
Raw

lib/war_with_friends_engine.ex

defmodule WarWithFriendsEngine do
@moduledoc """
Documentation for `WarWithFriendsEngine`.
"""
@doc """
Hello world.
## Examples
iex> WarWithFriendsEngine.hello()
:world
"""
def hello do
:world
end
end