diff --git a/README.md b/README.md index a5b8296..39495fe 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ A kind of LOGO-like DSL built in the p5.js library. This is a rudimentary proof of concept right now with globals and without implementing classes. To write loops or *subroutines* one must use regular javascript. +![example program](example.jpg) + ## How to Use Put your code inside the turtle function in turtle.js diff --git a/example.jpg b/example.jpg new file mode 100644 index 0000000..519b042 Binary files /dev/null and b/example.jpg differ