import std.stdio; // input & output void main() { writeln("Hello, Dlang!"); }