Skip to content

Instantly share code, notes, and snippets.

@btipling
Created January 20, 2015 18:19
Show Gist options
  • Save btipling/1564a0c7a33c5b390440 to your computer and use it in GitHub Desktop.
Save btipling/1564a0c7a33c5b390440 to your computer and use it in GitHub Desktop.
struct MyStrings {
var strings: [String] = []
func push(str: String) {
strings.append(str)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment