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