Skip to content

Instantly share code, notes, and snippets.

@jaredcacurak
Created January 25, 2011 22:36
Show Gist options
  • Select an option

  • Save jaredcacurak/795843 to your computer and use it in GitHub Desktop.

Select an option

Save jaredcacurak/795843 to your computer and use it in GitHub Desktop.
A Clojure solution for Project Euler - Problem 1
(reduce +
(distinct
(concat (range 3 1000 3)(range 5 1000 5))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment