Interlinked/test/Interlinked.Test/UnitTest1.cs
2023-09-30 14:42:51 +02:00

10 lines
No EOL
112 B
C#

namespace Interlinked.Test;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}