3 lines
103 B
C#
3 lines
103 B
C#
namespace GuardGallivant;
|
|
|
|
record GuardPosition(int RowIndex, int ColumnIndex, Direction Direction); |