From be1f06a4aa6d4a2ac253b33b405fe96862d3c906 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 14:01:38 -0500 Subject: Add .NET Signed-off-by: Matt Strapp --- src/Locusts.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/Locusts.cs (limited to 'src/Locusts.cs') 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; + +/// +/// The locusts class. +/// +public static class Locusts +{ + /// + /// Introduce locusts into your codebase. + /// + /// + /// This method will introduce locusts into your codebase. + /// + public static void IntroduceLocusts() + { + // Method intentionally left empty. + } +} -- cgit v1.2.3