Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created February 7, 2012 20:24
Show Gist options
  • Save fapestniegd/1761728 to your computer and use it in GitHub Desktop.
Save fapestniegd/1761728 to your computer and use it in GitHub Desktop.
[ ["-71", "-49"], ["-47", "-37"], ["-73"] ] =returns=> [ ["-71", "-47", "-73"] ["-71", "-37", "-73"] ["-49", "-47", "-73"] ["-49", "-37", "-73"] ]
or
[
["-71", "-49"],
["-47", "-37"],
["-73"]
]
returns
[
["-71", "-47", "-73"]
["-71", "-37", "-73"]
["-49", "-47", "-73"]
["-49", "-37", "-73"]
]
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment