Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created May 11, 2017 08:31
Show Gist options
  • Save chriswebb09/21d8ed5606d3462ec9dc233e522358b2 to your computer and use it in GitHub Desktop.
Save chriswebb09/21d8ed5606d3462ec9dc233e522358b2 to your computer and use it in GitHub Desktop.
let arrOne = [1, 2, 3, 4, 5, 6]
for i in arrOne {
print(i)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment