Skip to content

Instantly share code, notes, and snippets.

@pencelab
Created May 15, 2021 09:42
Show Gist options
  • Save pencelab/aceecff9bb8f2f1a4ccda6651edee7a1 to your computer and use it in GitHub Desktop.
Save pencelab/aceecff9bb8f2f1a4ccda6651edee7a1 to your computer and use it in GitHub Desktop.
class RhombusBuilder: ShapeBuilder() {
override fun build() = Rhombus(lines, char)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment