Packages

This library is a utilities for service development based on Servicex.

Current section

Files

Jump to
servicex_utils lib servicex_utils.ex
Raw

lib/servicex_utils.ex

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