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