Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guihcs authored Jun 11, 2020
1 parent ae8bf7a commit 31c594d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,22 @@ After download of the project. Run the installation of dependencies:
To run the application execute:

``` python3 Main.py ```

# Getting Started

Test your first script:

```
reset()
$i = 0
while $i < 4 {
fw(100)
tr(90)
$i = $i + 1
}
```

And then click run to see the result.

0 comments on commit 31c594d

Please sign in to comment.