Advertisement
Guest User

Untitled

a guest
Dec 12th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (ns test.views.welcome
  2.   (:require [test.views.common :as common]
  3.   (:use [noir.core :only [defpage]])
  4.  
  5. (defpage "/" [] "Hello")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement