Skip to content

Instantly share code, notes, and snippets.

@saru2020
Created May 20, 2019 07:52
Show Gist options
  • Save saru2020/7f19a82c087ed89e63349f2e9dceaac3 to your computer and use it in GitHub Desktop.
Save saru2020/7f19a82c087ed89e63349f2e9dceaac3 to your computer and use it in GitHub Desktop.
struct Contact {
var firstName: String
var lastName: String
var email: String
var age: Int
var duration: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment