Last active
October 16, 2017 16:22
-
-
Save pjwelcome/6657f469d400c76e8662af2b1694086b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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