1
0

単体テストを追加

This commit is contained in:
otya128
2015-06-03 19:56:34 +09:00
parent 6673ca3fc2
commit 35086e62db
3 changed files with 23 additions and 11 deletions

View File

@@ -2,5 +2,6 @@ import std.stdio;
int main(string[] argv)
{
writeln("Hello D-World!");
readln();
return 0;
}