1 line
50 B
C#
1 line
50 B
C#
string s = new String('X', 5).Replace("X", "ha");
|
string s = new String('X', 5).Replace("X", "ha");
|