RosettaCodeData/Task/Repeat-a-string/Beef/repeat-a-string-1.beef

3 lines
53 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
String s = new String('X', 5);
s.Replace("X", "ha");