Advertisement
Guest User

main.d - BaussProjects - daweb

a guest
Dec 4th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.15 KB | None | 0 0
  1. // http://baussprojects.comlu.com/projects.php#daweb
  2. import daweb.server;
  3.  
  4. void main() {
  5.     run();
  6.     import std.stdio : readln;
  7.     while (true) readln();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement