CM-Exception/Tests/UnitTest1.cs
2023-10-12 09:34:33 +02:00

9 lines
91 B
C#

namespace Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}