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

2 lines
49 B
C#

string s = String.Join("ha", new string[5 + 1]);