Skip to content

Instantly share code, notes, and snippets.

@adamchalmers
Created December 12, 2024 02:46
Show Gist options
  • Save adamchalmers/11ac5c1d8c72ba45654c3e6b0b040b47 to your computer and use it in GitHub Desktop.
Save adamchalmers/11ac5c1d8c72ba45654c3e6b0b040b47 to your computer and use it in GitHub Desktop.
exampleSketch =
startSketchOn("-XZ")
- |> circle({ center = [0, 0], radius = 10 }, %)
+ |> circle(center = [0, 0], radius = 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment