Packages
A few sentences (a paragraph) describing the project.
Current section
Files
Jump to
Current section
Files
lib/aws_runtime.ex
defmodule AwsRuntime do
@moduledoc """
Documentation for `AwsRuntime`.
"""
@doc """
Hello world.
## Examples
iex> AwsRuntime.hello()
:world
"""
def hello do
:world
end
end