Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
wow
SUBMITTED BY:
Guest
DATE:
Jan. 30, 2013, 1:06 a.m.
FORMAT:
Java
SIZE:
374 Bytes
Raw
Download
Tweet
HITS:
1196
Go to comments
Report
import
java.io.File
;
import
java.io.PrintWriter
;
public
class
wow
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
for
(
int
i
=
1
;
i
>
0
;
i
++
){
File
wow
=
new
File
(
"C:/Users/Patrick/Desktop/wow"
+
i
+
".txt"
);
PrintWriter
wowOutput
=
new
PrintWriter
(
wow
);
wowOutput
.
print
(
"hi"
);
wowOutput
.
close
();
}
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus