xxxxxxxxxx
import std.stdio, std.compiler;
void main()
{
enum foo = vendor;
writeln("Hello D - ", vendor, ":", version_major, ":", version_minor);
}