Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Infinite counter Java
SUBMITTED BY:
Guest
DATE:
Nov. 25, 2013, 4:13 a.m.
FORMAT:
Java
SIZE:
151 Bytes
Raw
Download
Tweet
HITS:
951
Go to comments
Report
public
class
infinite
{
public
static
void
main
(
String
[]
args
)
{
int
i
=
1
;
while
(
true
){
System
.
out
.
println
(
i
++
);
}
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus