please consider using Dub, this will reduce a lot of complexity
of the tutorial.
Everything you need to run this arsd based application is just
use 1 command: dub app.d
```
/+ dub.sdl:
name "application"
dependency "arsd-official:cgi" version="3.0.1"
subConfiguration "arsd-official:cgi" "embedded_httpd"
+/
Thanks for the feedback André(are you Brazilian too?) but the primary reason I chose this library is because it does NOT require a package manager at all and I think that makes it simpler.
