first commit
This commit is contained in:
6
HelloWorld/D/helloworld.d
Normal file
6
HelloWorld/D/helloworld.d
Normal file
@@ -0,0 +1,6 @@
|
||||
import std.stdio;
|
||||
|
||||
void main()
|
||||
{
|
||||
writeln("Hello, World!");
|
||||
}
|
||||
Reference in New Issue
Block a user