piston/lxc/tests/clojure.clj
2021-03-12 13:27:06 -06:00

5 lines
100 B
Clojure

(ns clojure.examples.hello
(:gen-class))
(defn hello-world []
(println "good"))
(hello-world)