1 2 3 4 5 6
module dmod; import std.stdio; void print_msg() { writeln("Hello, this is a test program for the new SCons D support"); }