feat: solved day 6 part 1 and part 2
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace GuardGallivant;
|
||||
|
||||
record GuardPosition(int RowIndex, int ColumnIndex, Direction Direction);
|
||||
Reference in New Issue
Block a user