mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-12 18:53:47 +00:00
16 lines
218 B
C#
16 lines
218 B
C#
namespace AOC.Test.Y2022
|
|
{
|
|
public class Day01
|
|
{
|
|
[SetUp]
|
|
public void Setup()
|
|
{
|
|
}
|
|
|
|
[Test]
|
|
public void Test1()
|
|
{
|
|
Assert.Pass();
|
|
}
|
|
}
|
|
} |