Skip to main content
1 of 6
Craig Roy
  • 838
  • 6
  • 6

#Haskell, 41 bytes f 0="" f n=f(n-1)++replicate n'*'++"\n"

Craig Roy
  • 838
  • 6
  • 6