1
0
codeforces-template/Codeforces.Test/UnitTest1.cs
2023-08-09 09:12:09 +03:00

10 lines
102 B
C#

namespace Codeforces.Test;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}