Created
May 21, 2011 11:40
-
-
Save anonymous/984456 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; chrisvest's solution to Cartesian Product | |
;; https://4clojure.com/problem/90 | |
#(set (for [a %1 b %2] [a b])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment