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