From 54bf3699d1bc1306af0417df337c717ef25346be Mon Sep 17 00:00:00 2001 From: Kevin Xiao <xckevin@cs.washington.edu> Date: Tue, 6 Feb 2024 14:24:46 -0800 Subject: [PATCH] Update file Products.java --- Products.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Products.java b/Products.java index bb7609e..bba4da9 100644 --- a/Products.java +++ b/Products.java @@ -1,5 +1,6 @@ /* check out these products! */ public class Products { /* a good class, but not as good as cse391 */ + public Product rairai77sProudct() { return new Product( "Cheeto Dust", -- GitLab