Skip to content

Instantly share code, notes, and snippets.

@lfarah
Created January 13, 2016 21:36
Show Gist options
  • Save lfarah/33561f344da2b75e684e to your computer and use it in GitHub Desktop.
Save lfarah/33561f344da2b75e684e to your computer and use it in GitHub Desktop.
// TODO: Write some awesome Swift code, or import libraries like "Foundation",
// "Dispatch", or "Glibc"
print("Hello world!")
var i = 0
while(i<10)
{
print("hey")
i++
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment