Post History
Ruby, 50 bytes ->n{n.times{puts (' '*(n-_1)+'_/'+'##'*_1)[3..]}} Attempt This Online!
Answer
#1: Initial revision
# [Ruby](https://www.ruby-lang.org/), 50 bytes <pre><code class="lang-ruby">->n{n.times{puts (' '*(n-_1)+'_/'+'##'*_1)[3..]}}</code></pre> [Attempt This Online!](https://ato.pxeger.com/run?1=m72kqDSpcsGiNNulpSVpuhY3jXTt8qrz9Eoyc1OLqwtKS4oVNNQVFNS1NPJ04w01tdXj9dW11ZWV1bWAvGhjPb3Y2lqIznVp0UaxXGnRxiDCLBYiuGABhAYA)