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