Browse Source

Close!

master
Ivan Morell 2 years ago
parent
commit
37d4fb9ed6
2 changed files with 2 additions and 1 deletions
  1. BIN
      bin/MiCat/MiCat.class
  2. +2
    -1
      src/MiCat/MiCat.java

BIN
bin/MiCat/MiCat.class View File


+ 2
- 1
src/MiCat/MiCat.java View File

@ -20,9 +20,10 @@ public class MiCat {
contra = leer.next();
f0s.write(contra.getBytes());
}
f0s.close();
System.out.println("No quiero saber mas!");
}catch(IOException e){
}
}
}
}

Loading…
Cancel
Save