Skip to content

Instantly share code, notes, and snippets.

@yogeshjoshi
Created May 17, 2020 10:06
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 yogeshjoshi/5dd4eacbe539f061787adbbed039f9f8 to your computer and use it in GitHub Desktop.
Save yogeshjoshi/5dd4eacbe539f061787adbbed039f9f8 to your computer and use it in GitHub Desktop.
MyPizza myPizza = new MyPizza.Builder()
.setSize(10)
.setPepperoni(true);
.setBacon(true)
.setVeggies(true)
.setBlackPepper(true)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment