Packages

Yalo tester of conversations for Elixir.

Current section

Files

Jump to
yalo_test_conversation lib yalo_test_conversation.ex
Raw

lib/yalo_test_conversation.ex

defmodule YaloTestConversation do
@moduledoc """
Documentation for YaloTestConversation.
"""
@doc """
Hello world.
## Examples
iex> YaloTestConversation.hello
:world
"""
def hello do
:world
end
end