6 lines
56 B
D
6 lines
56 B
D
|
import std.stdio;
|
||
|
|
||
|
void main() {
|
||
|
writeln("good");
|
||
|
}
|