Guest User

Untitled

a guest
Dec 26th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. import jester, asyncdispatch
  2.  
  3. routes:
  4. settings.port = Port(5000)
  5.  
  6. get "/":
  7. resp "hello"
  8.  
  9. runForever()
Advertisement
Add Comment
Please, Sign In to add comment