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

11 lines
140 B
C#
Raw Normal View History

2025-07-16 12:43:09 -05:00
namespace StreamShorts.Console.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}