Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fowlmouth/5f297fed52ae5fadada5 to your computer and use it in GitHub Desktop.
Save fowlmouth/5f297fed52ae5fadada5 to your computer and use it in GitHub Desktop.
import jester, asyncdispatch, htmlgen
proc foo(s:string):string = return s&"!"
when isMainModule:
let d:string="asdf"
routes: get "/": resp foo(d) # self.render_movie(self.latest_movie_id)
runForever()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment