DEV Community

[Comment from a deleted post]
Collapse
 
chenge profile image
chenge • Edited

Add elixir after 3 symbol to color.

defmodule Crawler do
  @moduledoc """
  Documentation for Crawler.
  """

  @doc """
  Hello world.

  ## Examples

      iex> Crawler.hello()
      :world

  """
  def hello do
    :world
  end
end