Skip to content

Instantly share code, notes, and snippets.

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