lib/algebrica.ex

defmodule Algebrica do
  @moduledoc """
  Mix project wrapper for the Algebrica mathematics knowledge base.
  """

  @doc """
  Returns the project name.
  """
  def name, do: "Algebrica"
end