7 lines
93 B
D
7 lines
93 B
D
|
import handy_httpd;
|
||
|
|
||
|
void main() {
|
||
|
HttpServer server = new HttpServer();
|
||
|
server.start();
|
||
|
}
|