RosettaCodeData/Task/Repeat-a-string/Swift/repeat-a-string-1.swift

2 lines
39 B
Swift

print(String(repeating:"*", count: 5))