Browse Source

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

master
Yaroslav 2 years 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 { else {
System.out.print("Linux -> "); System.out.print("Linux -> ");
Sis=Linux; Sis=Linux;
try {
new HolaFichero().CreoFicheroLinux();
}catch(IOException e) {
System.out.print("Error");
}
} }
return Sis; return Sis;
} }


Loading…
Cancel
Save