Packages

A GUI frontend to manage the data processing engine from jig

Current section

Files

Jump to
jigsaw lib jigsaw.ex
Raw

lib/jigsaw.ex

defmodule Jigsaw do
@moduledoc """
Documentation for `Jigsaw`.
"""
@doc """
Hello world.
## Examples
iex> Jigsaw.hello()
:world
"""
def hello do
:world
end
end