Files
advent-of-code-2023/14/ParabolicReflectorDish.Tests/UnitTest1.cs
T

10 lines
115 B
C#

namespace ParabolicReflectorDish.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}