Skip to content

Instantly share code, notes, and snippets.

@pencelab
Created May 15, 2021 08:17
Show Gist options
  • Save pencelab/06003a1288ad03b244ebca39c4127b27 to your computer and use it in GitHub Desktop.
Save pencelab/06003a1288ad03b244ebca39c4127b27 to your computer and use it in GitHub Desktop.
panel {
val square = square {
lines = 8
char = 'd'
}
addShape(Space)
val triangle = triangle {
lines = 8
char = 'd'
}
val rhombus = Rhombus(11, 'l')
addShape(Space)
addShape(rhombus)
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment