Library skeleton
This commit is contained in:
18
lib/ukraine_taxid_ex.ex
Normal file
18
lib/ukraine_taxid_ex.ex
Normal file
@@ -0,0 +1,18 @@
|
||||
defmodule UkraineTaxidEx do
|
||||
@moduledoc """
|
||||
Documentation for `UkraineTaxidEx`.
|
||||
"""
|
||||
|
||||
@doc """
|
||||
Hello world.
|
||||
|
||||
## Examples
|
||||
|
||||
iex> UkraineTaxidEx.hello()
|
||||
:world
|
||||
|
||||
"""
|
||||
def hello do
|
||||
:world
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user