From 8d4022d1183a61b7f2bd4f619b2664beccb8b663 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 20 Sep 2024 09:32:40 -0500 Subject: Add BEAM Signed-off-by: Matt Strapp --- lib/locusts.ex | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/locusts.ex (limited to 'lib/locusts.ex') diff --git a/lib/locusts.ex b/lib/locusts.ex new file mode 100644 index 0000000..fdcbc0f --- /dev/null +++ b/lib/locusts.ex @@ -0,0 +1,19 @@ +defmodule Locusts do + @moduledoc """ + Documentation for `Locusts`. + """ + + @doc """ + Introduce locusts into your codebase. + + Note that locusts are not included with this package, you must provide your own. + + ## Examples + + iex> Locusts.introduce_locusts() + nil + + """ + def introduce_locusts do + end +end -- cgit v1.2.3