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