3 lines
50 B
Text
3 lines
50 B
Text
|
|
String funny = "ha" * 5;
|
||
|
|
String stars = '*' * 80;
|