Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;;;;  Entry point in to our application
  2.  
  3. (ns arc_ui.core
  4.   (:require
  5.     [arc-ui.webserver.jetty :as server]
  6.     [arc-ui.database.sqlite :as sql]
  7.     ))
  8.  
  9. (defn -main [& args]
  10.     (server/start-server))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement