Skip to content

Instantly share code, notes, and snippets.

@kxygk
Last active July 2, 2022 10:22
Show Gist options
  • Select an option

  • Save kxygk/2932bc0fb53f28f8330815fbbf1ecfd5 to your computer and use it in GitHub Desktop.

Select an option

Save kxygk/2932bc0fb53f28f8330815fbbf1ecfd5 to your computer and use it in GitHub Desktop.
(ns ciderbug0)
(def
super-secret-str
"Some docstr"
"Hello World")
(defn
launch-the-missiles
"Another docstr"
[]
(println
super-secret-str))
{:deps
{}
:paths
["."]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment