Created mix project

This commit is contained in:
2022-02-12 14:16:44 +01:00
commit 12db515768
10 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
defmodule KafkaexLagExporter do
@moduledoc """
Documentation for `KafkaexLagExporter`.
"""
@doc """
Hello world.
## Examples
iex> KafkaexLagExporter.hello()
:world
"""
def hello do
:world
end
end