develop #1

Open
Z.Gharagozloo.M wants to merge 4 commits from develop into main
Showing only changes of commit 29cd14a050 - Show all commits
+1 -1
View File
@@ -27,7 +27,7 @@ public class Main {
productCatalog.add(new Product(productId, name, price)); productCatalog.add(new Product(productId, name, price));
} }
} }
public static void main(String[] args) throws IOException { public static void main(String[] args) throws IOException {
try { try {