Add D
[gruntmaster-daemon.git] / t / problems / hello / tests / d / prog.d
1 import std.stdio : writeln;
2 void main() {
3 writeln("Hello World!");
4 }
This page took 0.023537 seconds and 5 git commands to generate.