Packages

An Elixir interface to a Distributed Resource Management Application API.

Current section

Files

Jump to
drmaa lib drmaa.ex
Raw

lib/drmaa.ex

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