2 lines
39 B
Swift
2 lines
39 B
Swift
|
|
print(String(repeating:"*", count: 5))
|
|
|
print(String(repeating:"*", count: 5))
|