/+ dub.json: { "name": "single-file-test" } +/ module hello; void main() { import std.stdio : writeln; writeln("Hello, World!"); }