2 lines
49 B
C#
2 lines
49 B
C#
|
|
string s = String.Join("ha", new string[5 + 1]);
|
|
|
string s = String.Join("ha", new string[5 + 1]);
|