mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/tutorialjava2024-25.git
synced 2025-12-28 17:33:45 +01:00
feat(corrección): 28-ene-25
This commit is contained in:
@@ -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> ();
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user