Files
MartianRobots/MartianRobotsSolver/RobotCommandConstants.cs
T
2022-09-13 02:43:55 +03:00

8 lines
134 B
C#

namespace MartianRobotsSolver
{
public class RobotCommandConstants
{
public const string HEADING = "NESW";
}
}