Skip to content

Instantly share code, notes, and snippets.

@andrehsouza
Created July 4, 2018 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrehsouza/07eb474953f652b338b7fcfc2c06ebe1 to your computer and use it in GitHub Desktop.
Save andrehsouza/07eb474953f652b338b7fcfc2c06ebe1 to your computer and use it in GitHub Desktop.
let customer = Customer()
customer.name = "Mike"
customer.email = "mike@gmail.com"
customer.password = "mike123"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment