X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Fd%2Fprog.d;fp=t%2Fproblems%2Fhello%2Ftests%2Fd%2Fprog.d;h=4d988a97d64babd0774fd6784964702ce5871060;hp=0000000000000000000000000000000000000000;hb=49b65824460a3f79c2fcd2a8bae9dd42534f64c9;hpb=ddc7012cd0037a497dca4e22a7297c568012037f diff --git a/t/problems/hello/tests/d/prog.d b/t/problems/hello/tests/d/prog.d new file mode 100644 index 0000000..4d988a9 --- /dev/null +++ b/t/problems/hello/tests/d/prog.d @@ -0,0 +1,4 @@ +import std.stdio : writeln; +void main() { + writeln("Hello World!"); +}