This website works better with JavaScript.
Home
Explore
Help
Sign In
Ivan
/
MiCat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Close!
master
Ivan Morell
2 years ago
parent
5836bdbe4a
commit
37d4fb9ed6
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
bin/MiCat/MiCat.class
+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
)
{
}
}
}
}
Write
Preview
Loading…
Cancel
Save