Created
May 20, 2019 07:53
-
-
Save saru2020/ed8758a82d94b0edd5139a4d95f0bec4 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
| let contacts = [ | |
| Contact(firstName: "first", lastName: "1", email: "[email protected]", age: 20, courseDuration: 12), | |
| Contact(firstName: "Second", lastName: "2", email: "[email protected]", age: 22, courseDuration: 16), | |
| Contact(firstName: "Third", lastName: "3", email: "[email protected]", age: 30, courseDuration: 22) | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment