dub
dub copied to clipboard
customized main.d after "dub init"
I want this customized main.d after dub init.
import std.stdio;
void
main () {
//
}
Give me solution, please.