module pind.samples.ja.hello_world.hello_world_1; import std.stdio; void main() { writeln("Hello, World!"); }