Skip to content

Instantly share code, notes, and snippets.

@tzach
Created November 24, 2012 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzach/4140002 to your computer and use it in GitHub Desktop.
Save tzach/4140002 to your computer and use it in GitHub Desktop.
hello
(ns hello.core)
(defn foo
"I don't do a whole lot."
[x]
(println x "Hello, World!"))
(defn -main []
(foo "Yes, "))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment