develop #1

Open
Z.Gharagozloo.M wants to merge 4 commits from develop into main
Showing only changes of commit becdc1f903 - Show all commits
+1
View File
@@ -27,6 +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 {