aboutsummaryrefslogtreecommitdiffstats
path: root/src/Locusts.cs
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-06 14:01:38 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-06 14:01:38 -0500
commitbe1f06a4aa6d4a2ac253b33b405fe96862d3c906 (patch)
tree1a1933934e25df618352d432bac2762937dcfb2d /src/Locusts.cs
parentFormat all documentation (diff)
downloadlocusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.gz
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.bz2
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.lz
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.xz
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.zst
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.zip
Add .NET
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'src/Locusts.cs')
-rw-r--r--src/Locusts.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Locusts.cs b/src/Locusts.cs
new file mode 100644
index 0000000..1082c60
--- /dev/null
+++ b/src/Locusts.cs
@@ -0,0 +1,18 @@
+namespace Locusts;
+
+/// <summary>
+/// The locusts class.
+/// </summary>
+public static class Locusts
+{
+ /// <summary>
+ /// Introduce locusts into your codebase.
+ /// </summary>
+ /// <remarks>
+ /// This method will introduce locusts into your codebase.
+ /// </remarks>
+ public static void IntroduceLocusts()
+ {
+ // Method intentionally left empty.
+ }
+}