Skip to content

Commit

Permalink
Remove broken problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Mar 28, 2013
1 parent 293aa84 commit e2e84a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreclojure_downloader/core.clj
Expand Up @@ -4,7 +4,7 @@

(defn- problems
[]
(pmap api/problem (range 1 200)))
(remove nil? (pmap api/problem (range 1 200))))

(defn -main []
(do
Expand Down

0 comments on commit e2e84a4

Please sign in to comment.