Files
stream-shorts/tests/StreamShorts.Console.Tests/UnitTest1.cs
T

11 lines
140 B
C#

namespace StreamShorts.Console.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}