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