Skip to content

Instantly share code, notes, and snippets.

@pencelab
Created May 18, 2021 10:06
Show Gist options
  • Save pencelab/5cc166a3594865fe1f91e28acb922928 to your computer and use it in GitHub Desktop.
Save pencelab/5cc166a3594865fe1f91e28acb922928 to your computer and use it in GitHub Desktop.
@ShapeDsl
class SquareBuilder: ShapeBuilder() {
override fun build() = Square(lines, char)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment