prasadtalasila/TransportScheduler

View on GitHub
apps/transport_scheduler/lib/transport_scheduler.ex

Summary

Maintainability
Test Coverage
defmodule TransportScheduler do
  @moduledoc """
  Documentation for TransportScheduler.
  """

  @doc """
  Hello world.

  ## Examples

      iex> TransportScheduler.hello
      :world

  """
  def hello do
    :world
  end
end