Created
June 28, 2014 19:41
-
-
Save rpomeroy/4a10489ad7bab6989280 to your computer and use it in GitHub Desktop.
Use Swift as a scripting language
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
#!/usr/bin/env xcrun swift -i | |
var str = "Hello, playground" | |
println(str) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment