Skip to content

Instantly share code, notes, and snippets.

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