RosettaCodeData/Task/Write-entire-file/Clojure/write-entire-file.clj
2023-07-01 13:44:08 -04:00

1 line
37 B
Clojure

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