feat(corrección): 28-ene-25

This commit is contained in:
Rafa Muñoz
2025-01-28 14:59:59 +01:00
parent 1f7add9db3
commit bc80b72094
6 changed files with 87 additions and 17 deletions

View File

@@ -6,7 +6,8 @@ import java.util.Scanner;
public class Principal {
private static HashMap<Integer, Articulo> hm = new HashMap<Integer, Articulo> ();
private static HashMap<Integer, Articulo> hm =
new HashMap<Integer, Articulo> ();
/**
*