teacher-tools/api/source/app.d

7 lines
93 B
D

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