Skip to content

Instantly share code, notes, and snippets.

@ampersanda
Created October 28, 2019 23:34
Show Gist options
  • Save ampersanda/0c3d3cdfd62847971e6bd3ce5363942a to your computer and use it in GitHub Desktop.
Save ampersanda/0c3d3cdfd62847971e6bd3ce5363942a to your computer and use it in GitHub Desktop.
(defn write-file [filename spitted-string]
(clojure.java.io/make-parents filename)
(spit filename spitted-string))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment