mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-13 03:03:46 +00:00
build(2022): Add back in previous changes
This commit is contained in:
@@ -6,9 +6,15 @@ namespace AOC.Tests.Y2022
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Part1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
public void Part2()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user