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

2 lines
42 B
Plaintext

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