diff --git a/Davestuff.js b/Davestuff.js new file mode 100644 index 0000000..84f7985 --- /dev/null +++ b/Davestuff.js @@ -0,0 +1,12 @@ +addIngredient("dave",{ + dishName:"dave", + color:"#161616", + keywords:"dave, friend, user, daven, newman", + shape:"sus", +}); + +addIngredient("question",{ + dishName:"question mark", + color:"#161616", + shape:"thisisforaquestionmarkHelloworld", +});