Skip to content

Instantly share code, notes, and snippets.

@litan
Created September 12, 2017 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save litan/5cd5695f88e16b7b873cd590b84240f8 to your computer and use it in GitHub Desktop.
Save litan/5cd5695f88e16b7b873cd590b84240f8 to your computer and use it in GitHub Desktop.
A turtle drawing
clear()
setSpeed(fast)
setPenColor(darkGray)
repeat(18) {
forward(100)
right(100)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment