Skip to content

Instantly share code, notes, and snippets.

@pencelab
Created May 15, 2021 09:34
Show Gist options
  • Save pencelab/c41263b50884f41778c01694d1ff62a2 to your computer and use it in GitHub Desktop.
Save pencelab/c41263b50884f41778c01694d1ff62a2 to your computer and use it in GitHub Desktop.
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