Unofficial Dub Package Documentation
module
hello
;
void
main
(
string
[]
args
) {
import
std.stdio
;
writeln
(
"Hello DUB"
); }
[Docs]
hello
[Docs]
main