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