Skip to content

Instantly share code, notes, and snippets.

@kzdelarec
Created June 29, 2020 08:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kzdelarec/0e293ed9c06c3c01f774cd50856a6fda to your computer and use it in GitHub Desktop.
class Customer(val name: String, val email: String, val company: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment