RosettaCodeData/Task/Concurrent-computing/Clojure/concurrent-computing-1.clj
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

2 lines
68 B
Clojure

(doseq [text ["Enjoy" "Rosetta" "Code"]]
(future (println text)))