Created
January 13, 2016 21:36
-
-
Save lfarah/33561f344da2b75e684e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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