Interlinked/test/Interlinked.Test/UnitTest1.cs

10 lines
112 B
C#
Raw Normal View History

2023-09-30 14:42:51 +02:00
namespace Interlinked.Test;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}