scons_gd/scons/test/D/MixedDAndC/Image/dmod.d
2022-10-15 16:06:26 +02:00

7 lines
125 B
D

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