Skip to content

Instantly share code, notes, and snippets.

@odytrice
Created November 23, 2016 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odytrice/fe75f22d8ba207b36af5c1516d6da806 to your computer and use it in GitHub Desktop.
Save odytrice/fe75f22d8ba207b36af5c1516d6da806 to your computer and use it in GitHub Desktop.
seq {
for i in 1..10 do
for j in 10..15 do
yield i * j
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment