1 line
48 B
Smalltalk
1 line
48 B
Smalltalk
((1 to: n) collect: [:x | 'ha']) joinUsing: ''.
|
((1 to: n) collect: [:x | 'ha']) joinUsing: ''.
|