mirror of
https://github.com/farcasclaudiu/MartianRobots.git
synced 2026-06-29 07:01:11 +03:00
Add project files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MartianRobotsSolver
|
||||
{
|
||||
public interface IRobotCommand
|
||||
{
|
||||
public string Command { get; }
|
||||
|
||||
public void Process(RobotInfo robotInfo);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user