Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Hello World
SUBMITTED BY:
Guest
DATE:
Oct. 13, 2013, 12:41 a.m.
FORMAT:
Java
SIZE:
257 Bytes
Raw
Download
Tweet
HITS:
1172
Go to comments
Report
public
class
HelloWorld
{
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
"Hello, World"
);
}
}
public
class
HelloWorld
{
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
"Hello World"
)
;
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus