Last active
February 3, 2020 18:51
-
-
Save dcantu476/43cd4d956d740db8534630cbbb15bce5 to your computer and use it in GitHub Desktop.
pizza-shop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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