Skip to content

Instantly share code, notes, and snippets.

@pjwelcome
Last active October 16, 2017 16:22
Show Gist options
  • Save pjwelcome/6657f469d400c76e8662af2b1694086b to your computer and use it in GitHub Desktop.
Save pjwelcome/6657f469d400c76e8662af2b1694086b to your computer and use it in GitHub Desktop.
struct Product {
var name: String
var price : Double
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment