mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-29 18:16:08 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
defmodule Test do
|
||||
@moduledoc """
|
||||
Documentation for Test.
|
||||
"""
|
||||
|
||||
@doc """
|
||||
Hello world.
|
||||
|
||||
## Examples
|
||||
|
||||
iex> Test.hello()
|
||||
:world
|
||||
|
||||
"""
|
||||
def hello do
|
||||
:world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user