tags | |
---|---|
|
#!/usr/bin/env rdmd
import std.stdio;
int main(string[] args)
{
writeln(":");
return 0;
}
string concatenation
"asdasd" ~ "ASdasd"
run package command: dub run ddox
dub build -b docs
or dub build -b ddox
https://github.com/dlang/dub/tree/master/examples https://timurgafarov.medium.com/dub-tricks-d16f02c6ea81
Check these code for examples and best practices:
Link | Description |
---|---|
HipremeEngine | game engine |
phobos | D lang standard library |
libmir | some library |