Files

3 lines
103 B
C#
Raw Permalink Normal View History

2024-12-07 01:28:15 -06:00
namespace GuardGallivant;
record GuardPosition(int RowIndex, int ColumnIndex, Direction Direction);