Skip to content

Instantly share code, notes, and snippets.

@tzach
Created November 24, 2012 15:00
Show Gist options
  • Select an option

  • Save tzach/4140002 to your computer and use it in GitHub Desktop.

Select an option

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