RosettaCodeData/Task/Repeat-a-string/Visual-Basic-.NET/repeat-a-string-1.vb

2 lines
42 B
VB.net

Debug.Print(Replace(Space(5), " ", "Ha"))