Current section

Files

Jump to
rebar3_clojerl priv templates name.clje.tpl
Raw

priv/templates/name.clje.tpl

(ns {{name}})
(defn main [args]
(println "Args:" (mapv str args))
(erlang/halt 0))