technical_interview/Server/PasswordTests/UnitTest1.cs

10 lines
No EOL
100 B
C#

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