mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-03-26 19:32:22 +01:00
7 lines
125 B
D
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");
|
|
}
|