Packages

A project to explore mars field using probes

Current section

Files

Jump to
mars_explorer lib mars_explorer.ex
Raw

lib/mars_explorer.ex

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