import handy_httpd; void main() { HttpServer server = new HttpServer(); server.start(); }