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

6 lines
108 B
D

import std.stdio;
void print_message() {
writeln("This is a test program for a new SCons D builder.");
}