This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
a2afccad26
piston
/
lxc
/
tests
/
clojure.clj
6 lines
100 B
Clojure
Raw
Blame
History
(
ns
clojure.examples.hello
(
:gen-class
)
)
(
defn
hello-world
[
]
(
println
"good"
)
)
(
hello-world
)
Reference in New Issue
View Git Blame
Copy Permalink