3 lines
73 B
Smalltalk
3 lines
73 B
Smalltalk
ws := '' writeStream.
|
|
n timesRepeat: [ws nextPutAll: 'ha'].
|
|
ws contents.
|