mirror of
https://github.com/farcasclaudiu/MartianRobots.git
synced 2026-06-28 21:01:08 +03:00
Add project files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace MartianRobotsSolver
|
||||
{
|
||||
public class RobotSolution
|
||||
{
|
||||
public WorldInfo WorldInfo { get; internal set; }
|
||||
public string Input { get; set; }
|
||||
public List<RobotInfo> Robots { get; internal set; } = new List<RobotInfo>();
|
||||
public string Output { get; internal set; }
|
||||
|
||||
public DateTime DateTimeStamp { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user