chore: scaffold for day 10 puzzle

This commit is contained in:
Stevan Freeborn
2023-12-09 23:39:38 -06:00
parent 04057aac0c
commit 8822e2f944
6 changed files with 70 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace PipeMaze.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}