The main class tested.

This commit is contained in:
2026-05-20 02:42:57 +03:30
parent b1c19fde8d
commit becdc1f903
+1
View File
@@ -27,6 +27,7 @@ public class Main {
productCatalog.add(new Product(productId, name, price));
}
}
public static void main(String[] args) throws IOException {
try {