8 lines
70 B
D
8 lines
70 B
D
import std.stdio;
|
|
|
|
int main()
|
|
{
|
|
writeln("Hello");
|
|
return 0;
|
|
}
|