Skip to content

Instantly share code, notes, and snippets.

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