1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 18:06:27 +02:00
piston/packages/clojure/1.10.3/test.clj
2021-03-19 13:45:59 -05:00

5 lines
No EOL
82 B
Clojure

(ns clojure.examples.main
(:gen-class))
(defn main []
(println "OK"))
(main)