4 lines
56 B
Ceylon
4 lines
56 B
Ceylon
|
|
shared void repeatAString() {
|
||
|
|
print("ha".repeat(5));
|
||
|
|
}
|