module pind.samples.ja.hello_world.hello_world_solution_1; import std.stdio; void main() { writeln("Something else... :p"); }