2 lines
31 B
C#
2 lines
31 B
C#
|
|
string s = "".PadLeft(5, '*');
|
|
|
string s = "".PadLeft(5, '*');
|