diff --git a/PacketMediator.Samples/Program.cs b/PacketMediator.Samples/Program.cs new file mode 100644 index 0000000..f5c4b28 --- /dev/null +++ b/PacketMediator.Samples/Program.cs @@ -0,0 +1,3 @@ +// Licensed to Timothy Schenk under the Apache 2.0 License. + +Console.WriteLine("Hello World!"); diff --git a/PacketMediator.Samples/Sample.cs b/PacketMediator.Samples/Sample.cs new file mode 100644 index 0000000..44d21ff --- /dev/null +++ b/PacketMediator.Samples/Sample.cs @@ -0,0 +1,8 @@ +// Licensed to Timothy Schenk under the Apache 2.0 License. + +namespace PacketMediator.Samples; + +public class Sample +{ + +}