mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-13 19:23:46 +00:00
17 lines
193 B
C#
17 lines
193 B
C#
namespace AOC.Tests.Y2022
|
|
{
|
|
public class Day01
|
|
{
|
|
[Fact]
|
|
public void Part1()
|
|
{
|
|
|
|
}
|
|
|
|
[Fact]
|
|
public void Part2()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |