You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
165 B

2 years ago
2 years ago
2 years ago
  1. package listarFichero;
  2. public class listarFichero {
  3. public static void main(String[] args) {
  4. System.out.println("Hola");
  5. System.out.println("hola");
  6. }
  7. }