Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created March 31, 2018 09:30
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 sajjadyousefnia/076bbb4cadd515764c9d736ce18e49e1 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/076bbb4cadd515764c9d736ce18e49e1 to your computer and use it in GitHub Desktop.
val oneToTenStep = 1..10 step 2 // 1, 3, 5, 7, 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment