Created
April 8, 2016 22:55
-
-
Save pschneider/d4a650da24e7fa9c0e9c2ac83a167ff6 to your computer and use it in GitHub Desktop.
A swift gist to test embedding of gists...
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
// this is a test swift gist to include in a Squarespace blog | |
if let test = optional { | |
print("\(test.name)") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment