module pind.samples.ja.hello_world.hello_world_solution_2; import std.stdio; void main() { writeln("A line..."); writeln("Another line..."); }