RosettaCodeData/Task/Write-entire-file/Clojure/write-entire-file.clj

2 lines
37 B
Clojure

(spit "file.txt" "this is a string")