Skip to content

Commit b10d8ad

Browse files
authored
Add the ability to use Delay
1 parent 59b3f05 commit b10d8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server-side-dev-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Your task is to create the software that will run in the SLMM itself and will be
1111
1. Turn the SLMM 90° clockwise or anticlockwise -> This should take 2 seconds to do
1212
1. Move forward by one position -> This takes 5 seconds to do
1313

14-
To emulate work being done, please use `Sleep`.
14+
To emulate work being done, please use `Sleep` or `Delay`.
1515

1616
You are expected to create a web API that will accept the above commands, and execute them. During application startup (through config) or through a "reset" endpoint, the SLMM is given dimensions `(length,width)` of the garden where it operates. You can assume an initial position of `(0,0)` (which is the lower left and south-western corner of the rectangle) and that the lawn mower is facing north.
1717

0 commit comments

Comments
 (0)