View Problem

Write a string to a file

ExpandDiskEdit
clojure
(with-out-writer "output.txt" (println "Hello file!"))

Submit a new solution for clojure
There are 18 other solutions in additional languages (cpp, csharp, erlang, fantom ...)