5 lines
78 B
D
5 lines
78 B
D
import std.stdio, std.array;
|
|
|
|
void main() {
|
|
writeln("ha".replicate(5));
|
|
}
|