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:
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
5
packages/clojure/1.10.3/test.clj
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
(ns clojure.examples.main
|
||||
(:gen-class))
|
||||
(defn main []
|
||||
(println "OK"))
|
||||
(main)
|
Loading…
Add table
Add a link
Reference in a new issue