Skip to content

Instantly share code, notes, and snippets.

@pencelab
Created June 8, 2021 08:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pencelab/6a31ff6396d9a52fc4d5bed30b7eff65 to your computer and use it in GitHub Desktop.
panel {
for (i in 0..9) {
triangle {
lines = i + 1
char = 'a' + i
}
space()
}
}.print()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment