Initial commit

This commit is contained in:
Simon Brooke 2021-11-17 13:08:39 +00:00
commit bca4ebf60e
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
8 changed files with 497 additions and 0 deletions

View 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!"))