shared void repeatAString() { print("ha".repeat(5)); }