cfcoreapi/CFCoreAPI.Tests/UnitTest1.cs

10 lines
111 B
C#
Raw Normal View History

2022-05-20 01:07:00 +00:00
namespace CFCoreAPI.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}