mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-13 07:06:26 +02:00
merge and add clojure
This commit is contained in:
parent
fca3488743
commit
ed0a5c4f78
5 changed files with 33 additions and 0 deletions
5
lxc/tests/clojure.clj
Normal file
5
lxc/tests/clojure.clj
Normal file
|
@ -0,0 +1,5 @@
|
|||
(ns clojure.examples.hello
|
||||
(:gen-class))
|
||||
(defn hello-world []
|
||||
(println "good"))
|
||||
(hello-world)
|
Loading…
Add table
Add a link
Reference in a new issue