Skip to content

Commit

Permalink
📜 Make example code look more like a 'T' (#6027)
Browse files Browse the repository at this point in the history
**How to test**

Follow these steps to verify this PR works as intended:

* Go to level 2
* adventure Turtle
* Copy example code of first assignment 
* Run the example code en see a T
  • Loading branch information
AnneliesVlaar authored and boryanagoncharenko committed Dec 10, 2024
1 parent 93fe7d8 commit f9e03d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/adventures/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4713,9 +4713,9 @@ adventures:
example_code: |
```
{forward} 20
{forward} 80
{turn} 90
{forward} 20
{forward} 50
{turn} 180
{forward} 100
```
Expand Down

0 comments on commit f9e03d9

Please sign in to comment.