Browse Source

Actualizar 'src/yaros/HolaFichero/HolaFichero.java'

master
Yaroslav 1 year ago
parent
commit
a807c18570
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/yaros/HolaFichero/HolaFichero.java

+ 5
- 0
src/yaros/HolaFichero/HolaFichero.java View File

@ -31,6 +31,11 @@ public class HolaFichero {
else {
System.out.print("Linux -> ");
Sis=Linux;
try {
new HolaFichero().CreoFicheroLinux();
}catch(IOException e) {
System.out.print("Error");
}
}
return Sis;
}


Loading…
Cancel
Save