5 lines
53 B
D
5 lines
53 B
D
|
import std.stdio;
|
||
|
|
||
|
void main() {
|
||
|
writeln("OK");
|
||
|
}
|