mirror of
https://github.com/farcasclaudiu/MartianRobots.git
synced 2026-06-28 23:01:20 +03:00
Add project files.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace MartianRobots.Web.Shared
|
||||
{
|
||||
public class RobotSolutionModel
|
||||
{
|
||||
public RobotSolutionModel()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public string Input { get; set; }
|
||||
public string Output { get; set; }
|
||||
public int RobotLosts { get; set; }
|
||||
|
||||
public DateTime DateTimeStamp { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user