mirror of
https://github.com/simtactics/SimAINet.git
synced 2025-03-25 12:59:07 +00:00
13 lines
No EOL
159 B
C#
13 lines
No EOL
159 B
C#
using System;
|
|
using Xunit;
|
|
|
|
namespace SimAntics.Tests
|
|
{
|
|
public class UnitTest1
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
}
|
|
}
|
|
} |