RosettaCodeData/Task/Repeat-a-string/C-sharp/repeat-a-string-5.cs
2023-07-01 13:44:08 -04:00

1 line
31 B
C#

string s = "".PadLeft(5, '*');