Initial commit
This commit is contained in:
commit
bca4ebf60e
8 changed files with 497 additions and 0 deletions
7
src/cc/journeyman/climate_game/core.clj
Normal file
7
src/cc/journeyman/climate_game/core.clj
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(ns cc.journeyman.climate-game.core
|
||||
(:gen-class))
|
||||
|
||||
(defn -main
|
||||
"I don't do a whole lot ... yet."
|
||||
[& args]
|
||||
(println "Hello, World!"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue