(ns website.main (:require [website.core :as core]) (:gen-class) ) (defn -main [&args] (core/foo 1) )