1 line
54 B
C#
1 line
54 B
C#
string s = String.Concat(Enumerable.Repeat("ha", 5));
|
string s = String.Concat(Enumerable.Repeat("ha", 5));
|