mirror of
https://github.com/farcasclaudiu/MartianRobots.git
synced 2026-06-22 05:01:14 +03:00
8 lines
134 B
C#
8 lines
134 B
C#
namespace MartianRobotsSolver
|
|
{
|
|
public class RobotCommandConstants
|
|
{
|
|
public const string HEADING = "NESW";
|
|
}
|
|
}
|