RosettaCodeData/Task/Repeat-a-string/Ecstasy/repeat-a-string.ecstasy

3 lines
50 B
Plaintext

String funny = "ha" * 5;
String stars = '*' * 80;