mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-24 19:26:41 +01:00
6 lines
108 B
D
6 lines
108 B
D
import std.stdio;
|
|
|
|
void print_message() {
|
|
writeln("This is a test program for a new SCons D builder.");
|
|
}
|