chore: avoid error for now
This commit is contained in:
parent
b34628b673
commit
f749ae2058
2 changed files with 11 additions and 0 deletions
3
PacketMediator.Samples/Program.cs
Normal file
3
PacketMediator.Samples/Program.cs
Normal file
|
@ -0,0 +1,3 @@
|
|||
// Licensed to Timothy Schenk under the Apache 2.0 License.
|
||||
|
||||
Console.WriteLine("Hello World!");
|
8
PacketMediator.Samples/Sample.cs
Normal file
8
PacketMediator.Samples/Sample.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Licensed to Timothy Schenk under the Apache 2.0 License.
|
||||
|
||||
namespace PacketMediator.Samples;
|
||||
|
||||
public class Sample
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in a new issue