Skip to content

Instantly share code, notes, and snippets.

@tzafrirben
Last active November 4, 2019 12:38
Show Gist options
  • Save tzafrirben/8a2c6c4884db96d5078a6cfef1e18cca to your computer and use it in GitHub Desktop.
Save tzafrirben/8a2c6c4884db96d5078a6cfef1e18cca to your computer and use it in GitHub Desktop.
(defn hello-world []
(doseq [[index ch] (map-indexed vector "Hello World")]
(println (->>
(repeat " ")
(take index)
(apply str)) ch)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment