This website requires JavaScript.
Explore
Help
Sign In
andrew
/
teacher-tools
Watch
1
Star
0
Fork
You've already forked teacher-tools
0
Code
Issues
2
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3244b9df00
teacher-tools
/
api
/
source
/
app.d
7 lines
93 B
D
Raw
Blame
History
import
handy_httpd
;
void
main
(
)
{
HttpServer
server
=
new
HttpServer
(
)
;
server
.
start
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink