mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-12 18:53:47 +00:00
build2022): Add new project structure to use test explorer
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace AOC.Tests.Y2022
|
||||
{
|
||||
public class Day01
|
||||
{
|
||||
[Fact]
|
||||
public void Part1()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void Part2()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user