Current section
Files
Jump to
Current section
Files
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