Skip to content

Instantly share code, notes, and snippets.

@pencelab
Created May 15, 2021 08:18
Show Gist options
  • Save pencelab/3f41234bb6f382598a334b49bdad38f1 to your computer and use it in GitHub Desktop.
Save pencelab/3f41234bb6f382598a334b49bdad38f1 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'
}
addShape(Space)
val rhombus = rhombus {
lines = 11
char = 'l'
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment