Skip to content

Instantly share code, notes, and snippets.

@jorgecasariego
Last active March 21, 2019 02:16
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 jorgecasariego/ae2db5fb89b24d54275f4a77de800d4c to your computer and use it in GitHub Desktop.
Save jorgecasariego/ae2db5fb89b24d54275f4a77de800d4c to your computer and use it in GitHub Desktop.
fun main(args: Array<String>) {
val newDevice = SmartPhone.Builder()
.manufacture("Foxconn")
.model("Pixel 3")
.screenSize("1080 x 2160")
.storage("128Gb")
.build()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment