View Problem

Append to a file

ExpandDiskEdit
clojure
(with-out-append-writer "output.txt" (println "This is appended to the file"))

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