Files
advent-of-code-2023/12/HotSprings.Tests/UnitTest1.cs
T

10 lines
103 B
C#
Raw Normal View History

2023-12-16 21:00:36 -06:00
namespace HotSprings.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}