Skip to content

Instantly share code, notes, and snippets.

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