1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-05 11:26:27 +02:00

pkg(clojure-1.10.3): Add clojure 1.10.3

This commit is contained in:
Vargas, Dan 2021-03-19 13:45:59 -05:00
parent c69af5bc6d
commit ca109128b7
5 changed files with 64 additions and 0 deletions
packages/clojure/1.10.3

5
packages/clojure/1.10.3/test.clj vendored Normal file
View file

@ -0,0 +1,5 @@
(ns clojure.examples.main
(:gen-class))
(defn main []
(println "OK"))
(main)