2 lines
65 B
Racket
2 lines
65 B
Racket
|
|
(for ([i (in-range 1 6)]) (for ([j i]) (display "*")) (newline))
|