Operand

_

gram: airship

> ./test/airship_test.exs

defmodule AirshipTest do
use ExUnit.Case
doctest Airship
test "greets the world" do
assert Airship.hello() == :world
end
end