Add D
[gruntmaster-daemon.git] / t / problems / hello / tests / d / prog.d
diff --git a/t/problems/hello/tests/d/prog.d b/t/problems/hello/tests/d/prog.d
new file mode 100644 (file)
index 0000000..4d988a9
--- /dev/null
@@ -0,0 +1,4 @@
+import std.stdio : writeln;
+void main() {
+    writeln("Hello World!");
+}
This page took 0.009609 seconds and 4 git commands to generate.