From 24570e7bf215c79a55927f23a6735acd8cd0ff59 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 4 Nov 2025 12:16:57 +0100 Subject: Initial commit --- lib/elixir_math_parser.ex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/elixir_math_parser.ex (limited to 'lib/elixir_math_parser.ex') diff --git a/lib/elixir_math_parser.ex b/lib/elixir_math_parser.ex new file mode 100644 index 0000000..cd300e9 --- /dev/null +++ b/lib/elixir_math_parser.ex @@ -0,0 +1,18 @@ +defmodule ElixirMathParser do + @moduledoc """ + Documentation for `ElixirMathParser`. + """ + + @doc """ + Hello world. + + ## Examples + + iex> ElixirMathParser.hello() + :world + + """ + def hello do + :world + end +end -- cgit v1.2.3