15 lines
151 B
C#
Executable File
15 lines
151 B
C#
Executable File
using System;
|
|
using Xunit;
|
|
|
|
namespace test1
|
|
{
|
|
public class UnitTest1
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|