This commit is contained in:
parent
64d2b2d70d
commit
6bafdbd297
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ NASA can send the following commands to the rover:
|
||||||
- `M` ➔ Move **forward** one grid point in the direction it is facing.
|
- `M` ➔ Move **forward** one grid point in the direction it is facing.
|
||||||
|
|
||||||
> **Important**:
|
> **Important**:
|
||||||
> Moving North from `(x, y)` goes to `(x, y+1)`.
|
> Moving North from `(x, y)` goes to `(x, y + 1)`.
|
||||||
> Moving East from `(x, y)` goes to `(x+1, y)`, and so on.
|
> Moving East from `(x, y)` goes to `(x + 1, y)`, and so on.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue