Unofficial Dub Package Documentation
module
app
;
import
std.stdio
;
void
main
() {
writeln
(
"Tests passed."
); }
[Docs]
app
std.stdio
[Docs]
main