mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-04-07 21:21:50 +02: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");
|
|
}
|