repo.or.cz
/
repo-manager.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit, right after lein new and license update
[repo-manager.git]
/
src
/
repo_manager
/
core.clj
blob
204e9ebe547b0628e2e626aea67d41a4af8d8ec6
1
(ns repo-manager.core
\r
2
(:gen-class))
\r
3
\r
4
(defn -main
\r
5
"I don't do a whole lot ... yet."
\r
6
[& args]
\r
7
(println "Hello, World!"))
\r