diff --git a/hello_world.d b/hello_world.d new file mode 100644 index 0000000..27ece4a --- /dev/null +++ b/hello_world.d @@ -0,0 +1,5 @@ +import std.stdio; + +void main(string[] args) { + writeln("Hello World!"); +} \ No newline at end of file