RosettaCodeData/Task/Repeat-a-string/C-sharp/repeat-a-string-6.cs

2 lines
31 B
Smalltalk

string s = new String('*', 5);