The project completed.

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