one fable-low hijack cell
pair scala / staircase
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked scala (first-offered)
· classifierA
· tiernone
response (200 chars)
# Staircase Problem in Scala
The classic **Staircase** problem (HackerRank): print a right-aligned staircase of `#` symbols of height `n`.
**Example** for `n = 6`:
```
#
##
###
####
#
neighbors