build2022): Add new project structure to use test explorer

This commit is contained in:
Josh Creek
2022-10-12 18:47:54 +01:00
parent fd8b8c7ef1
commit 566be1e2b6
4 changed files with 71 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
namespace AOC.Tests.Y2022
{
public class Day01
{
[Fact]
public void Part1()
{
}
[Fact]
public void Part2()
{
}
}
}