Skip to content

Instantly share code, notes, and snippets.

@dcantu476
Last active February 3, 2020 18:51
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 dcantu476/43cd4d956d740db8534630cbbb15bce5 to your computer and use it in GitHub Desktop.
Save dcantu476/43cd4d956d740db8534630cbbb15bce5 to your computer and use it in GitHub Desktop.
pizza-shop
build() {
// Add the Toppings!
}
bake() {
// Put it in the oven and let it bake!
}
box() {
// Let it cool and then box it up!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment