2 lines
69 B
Smalltalk
2 lines
69 B
Smalltalk
|
|
(String streamContents:[:ws | n timesRepeat: [ws nextPutAll: 'ha']])
|