summaryrefslogtreecommitdiffstats
path: root/src/helloworld.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/helloworld.d')
-rwxr-xr-xsrc/helloworld.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helloworld.d b/src/helloworld.d
index 05ed01b..db25741 100755
--- a/src/helloworld.d
+++ b/src/helloworld.d
@@ -13,6 +13,8 @@ void main(char[][] args)
writefln(HelloWorldFactory.getName() ~ ", " ~ HelloWorldSharedObjectFactory.getVersion() ~ " " ~ config.VERSION);
+ writefln("Compiled using: " ~ config.GDC_VERSION);
+
// auto type inference and built-in foreach
foreach (argc, argv; args)
{