Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 179 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 179 Bytes

ToyRobot

Implemented as per spec.md

To Run Console App

dotnet restore dotnet build dotnet run --project ToyRobot.App

To Test

dotnet restore dotnet build dotnet test