feat: solved day 6 part 1 and part 2

This commit is contained in:
Stevan Freeborn
2024-12-07 01:28:15 -06:00
parent 75af0819fa
commit abf19be8cd
7 changed files with 306 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace GuardGallivant;
record GuardPosition(int RowIndex, int ColumnIndex, Direction Direction);