Skip to content
Snippets Groups Projects
Commit d76fc90d authored by Ian Delong's avatar Ian Delong
Browse files

Update Products.java

parent 1b217844
No related branches found
No related tags found
1 merge request!4feat: added new product and staff member
Pipeline #576028 passed
......@@ -28,6 +28,7 @@ public class Products { /* a good class, but not as good as cse391 */
"Bowl of pasta",
100.0
);
}
public Product aryasProduct() {
return new Product(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment