11 lines
146 B
C#
Raw Normal View History

2024-11-27 18:36:48 +00:00
namespace DotnetTestExe.Tests;
2024-11-27 10:34:59 -08:00
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}