"Start a Minimal web server" example do not work.

Adam D. Ruppe destructionator at gmail.com
Tue May 8 12:19:14 UTC 2018


On Tuesday, 8 May 2018 at 12:13:56 UTC, BoQsc wrote:
> This is the code example, that was presented on the 
> https://dlang.org frontpage:
>
> -----------------
> #!/usr/bin/env dub

This one needs to be compiled+run with the dub package manager 
instead of with rdmd, which is why it has that shebang line. It 
has external library dependencies rdmd can't handle.


More information about the Digitalmars-d-learn mailing list