Unofficial Dub Package Documentation
module
lib
;
import
std.stdio
;
void
test
() {
writeln
(
"Hello, World."
); }
[Docs]
lib
std.stdio
[Docs]
test